diff --git a/package-lock.json b/package-lock.json index 6a65f9092..d9ffb472d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "dompurify": "3.2.1", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", - "marked": "4.3.0", + "marked": "15.0.2", "radix-vue": "1.9.10", "tailwindcss-animate": "^1.0.7" }, @@ -5561,14 +5561,14 @@ "devOptional": true }, "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/mdn-data": { diff --git a/package.json b/package.json index dc3ee0999..8592048d4 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "dompurify": "3.2.1", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", - "marked": "4.3.0", + "marked": "15.0.2", "radix-vue": "1.9.10", "tailwindcss-animate": "^1.0.7" }