diff --git a/nuxt.config.js b/nuxt.config.js index a408c6f5..5cba2b5e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -174,6 +174,7 @@ export default { "ol/format/Feature", "ol/expr/gpu", "ol/style/RegularShape", + "marked/lib/marked", ], }, diff --git a/package-lock.json b/package-lock.json index 4d6335a1..dd16fc40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "chart.js": "^3.9.1", "chartjs-plugin-annotation": "^2.2.1", "core-js": "^3.33.3", - "marked": "^4.3.0", + "marked": "^11.0.0", "md5": "^2.3.0", "nuxt": "^2.15.8", "ol": "^8.2.0", @@ -14263,13 +14263,14 @@ } }, "node_modules/marked": { - "version": "4.3.0", - "license": "MIT", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", + "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 18" } }, "node_modules/md5": { diff --git a/package.json b/package.json index ec922535..e56f0a23 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chart.js": "^3.9.1", "chartjs-plugin-annotation": "^2.2.1", "core-js": "^3.33.3", - "marked": "^4.3.0", + "marked": "^11.0.0", "md5": "^2.3.0", "nuxt": "^2.15.8", "ol": "^8.2.0",