diff --git a/package.json b/package.json index 14936a0a..27a4ae49 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/node": "^9.1.3", "@astrojs/sitemap": "^3.3.0", "astro": "^5.6.1", - "marked": "^12.0.0", + "marked": "^17.0.0", "rss-parser": "^3.13.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 78949a87..f7dec22a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1663,10 +1663,10 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.4.tgz#fe44d6d410ff9d6f2ea1797a3f60aa4d2b631c2a" integrity sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw== -marked@^12.0.0: - version "12.0.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.2.tgz#b31578fe608b599944c69807b00f18edab84647e" - integrity sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q== +marked@^17.0.0: + version "17.0.6" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.6.tgz#2a97586a272d3be5880f198e020b74ad27cf86ba" + integrity sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA== mdast-util-definitions@^6.0.0: version "6.0.0"