diff --git a/package-lock.json b/package-lock.json index cf851e8..2ed9f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "glamorous": "^5.0.0", "js-yaml": "^3.14.1", "lodash": "^4.17.21", - "marked": "^2.0.0", + "marked": "^4.0.10", "node-fetch": "^2.6.1", "node-sass": "^4.14.1", "node-sass-utils": "^1.1.3", @@ -20967,14 +20967,14 @@ } }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "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" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/md5-file": { @@ -47273,9 +47273,9 @@ } }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5-file": { "version": "5.0.0", diff --git a/package.json b/package.json index a49564f..5abfabf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "glamorous": "^5.0.0", "js-yaml": "^3.14.1", "lodash": "^4.17.21", - "marked": "^2.0.0", + "marked": "^4.0.10", "node-fetch": "^2.6.1", "node-sass": "^4.14.1", "node-sass-utils": "^1.1.3",