diff --git a/package-lock.json b/package-lock.json index e80a2eae..945aff4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "hastscript": "^9.0.1", "highlight.js": "^11.9.0", "html-escaper": "^3.0.3", - "marked": "^17.0.2", + "marked": "^17.0.4", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", "rehype-autolink-headings": "^7.1.0", @@ -9484,9 +9484,9 @@ } }, "node_modules/marked": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.2.tgz", - "integrity": "sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", + "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index c447d1d5..6518d54d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "hastscript": "^9.0.1", "highlight.js": "^11.9.0", "html-escaper": "^3.0.3", - "marked": "^17.0.2", + "marked": "^17.0.4", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", "rehype-autolink-headings": "^7.1.0",