diff --git a/package-lock.json b/package-lock.json index 8d11b3e..de59d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11706,9 +11706,9 @@ } }, "marked": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz", - "integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "math-expression-evaluator": { "version": "1.2.17", @@ -16780,6 +16780,16 @@ "pac-resolver": "^3.0.0", "raw-body": "^2.2.0", "socks-proxy-agent": "^4.0.1" + }, + "dependencies": { + "https-proxy-agent-snyk-fork": { + "version": "git://github.com/snyk/node-https-proxy-agent.git#5e86ccb682d0c833c8daa25ee6f91c670161cd66", + "from": "git://github.com/snyk/node-https-proxy-agent.git#fix/https-agent-vuln", + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + } } }, "pac-resolver": { diff --git a/package.json b/package.json index 1f51da8..26941f1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "holderjs": "2.9.4", "knockout": "3.5.0-rc", "knockout.validation": "2.0.3", - "marked": "^0.6.2", + "marked": "^4.0.10", "moment": "2.19.3", "q": "1.4.1", "snyk": "^1.234.0",