From 1fa0fe031fe7297d1bd63ad41f87bebc792ec3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:33:40 +0000 Subject: [PATCH] Bump marked from 17.0.4 to 18.0.1 in /dashboard Bumps [marked](https://github.com/markedjs/marked) from 17.0.4 to 18.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.4...v18.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 9 ++++----- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 1f798c1..d0496f9 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "^19.2.3", "astro": "^5.17.2", "discord-interactions": "^4.4.0", - "marked": "^17.0.4", + "marked": "^18.0.1", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.1.18" @@ -4773,9 +4773,9 @@ } }, "node_modules/marked": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", - "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.1.tgz", + "integrity": "sha512-IILJE4Aap/KIGu4ZRCzQcYMxkhumblXnbqfQe+HAD4f982wrRAsJEGKGM653yAioS6g3Yq3yOhjrUebcrtOgRA==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -7445,4 +7445,3 @@ } } } - diff --git a/dashboard/package.json b/dashboard/package.json index ea9a237..56c951c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.3", "astro": "^5.17.2", "discord-interactions": "^4.4.0", - "marked": "^17.0.4", + "marked": "^18.0.1", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.1.18"