diff --git a/package-lock.json b/package-lock.json index 32334c3..167eb4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "font-awesome": "^4.7.0", "jquery": "^3.6.0", "lodash": "^4.17.21", - "marked": "^4.0.9", + "marked": "^4.0.10", "plantuml-encoder": "^1.4.0", "print-js": "^1.6.0", "vee-validate": "^2.2.15", @@ -17278,8 +17278,9 @@ } }, "node_modules/marked": { - "version": "4.0.9", - "license": "MIT", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "bin": { "marked": "bin/marked.js" }, @@ -35982,7 +35983,9 @@ } }, "marked": { - "version": "4.0.9" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "matchdep": { "version": "2.0.0", diff --git a/package.json b/package.json index c5cda1b..66611b5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "font-awesome": "^4.7.0", "jquery": "^3.6.0", "lodash": "^4.17.21", - "marked": "^4.0.9", + "marked": "^4.0.10", "plantuml-encoder": "^1.4.0", "print-js": "^1.6.0", "vee-validate": "^2.2.15",