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"