From 762a71d363a2558280892f8d6544d126b2341066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:40:43 +0000 Subject: [PATCH] chore(deps): bump marked from 18.0.4 to 18.0.5 Bumps [marked](https://github.com/markedjs/marked) from 18.0.4 to 18.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.4...v18.0.5) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++---------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2504622..ceb0725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "express-session": "^1.18.0", "highlight.js": "^11.11.1", "lucide-svelte": "^1.0.1", - "marked": "^18.0.4", + "marked": "^18.0.5", "session-file-store": "^1.5.0", "svelte": "^5.55.9", "vite": "^8.0.14", @@ -428,9 +428,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -447,9 +444,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -466,9 +460,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -485,9 +476,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -1214,9 +1202,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1233,9 +1218,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1252,9 +1234,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1271,9 +1250,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1290,9 +1266,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1309,9 +1282,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3578,9 +3548,9 @@ } }, "node_modules/marked": { - "version": "18.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz", - "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", + "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 4b4aedb..f62bd3b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "express-session": "^1.18.0", "highlight.js": "^11.11.1", "lucide-svelte": "^1.0.1", - "marked": "^18.0.4", + "marked": "^18.0.5", "session-file-store": "^1.5.0", "svelte": "^5.55.9", "vite": "^8.0.14",