diff --git a/package-lock.json b/package-lock.json index 2fb99e2..54fb3e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.4", "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.6", - "marked": "^18.0.5", + "marked": "^18.0.6", "tailwindcss": "^4.3.1", "typescript": "^6.0.3" } @@ -3880,9 +3880,9 @@ } }, "node_modules/marked": { - "version": "18.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", - "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", + "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 3684d58..c7b8592 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/check": "^0.9.4", "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.6", - "marked": "^18.0.5", + "marked": "^18.0.6", "tailwindcss": "^4.3.1", "typescript": "^6.0.3" }