From 6ed01e365a53240a2de3828f33951bd8ced23f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:08:19 +0000 Subject: [PATCH] Bump marked from 18.0.4 to 18.0.5 in /site 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] --- site/package-lock.json | 20 ++++---------------- site/package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index a5e474c..fc6ee47 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.9", "@tailwindcss/vite": "4.3.0", "astro": "^6.4.2", - "marked": "^18.0.4", + "marked": "^18.0.5", "tailwindcss": "4.3.0", "three": "^0.184.0", "typescript": "^6.0.3" @@ -1845,9 +1845,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1864,9 +1861,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1883,9 +1877,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1902,9 +1893,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3778,9 +3766,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/site/package.json b/site/package.json index f01732d..d3f5a51 100644 --- a/site/package.json +++ b/site/package.json @@ -14,7 +14,7 @@ "@astrojs/check": "^0.9.9", "@tailwindcss/vite": "4.3.0", "astro": "^6.4.2", - "marked": "^18.0.4", + "marked": "^18.0.5", "tailwindcss": "4.3.0", "three": "^0.184.0", "typescript": "^6.0.3"