From 1b04800aa9f272d62fa5096aa5b269aa89bebc94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 19:40:04 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d22f50ba9969..124a40706df33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3206,9 +3206,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mdurl": { "version": "1.0.1", diff --git a/package.json b/package.json index f1da085dfde75..bd13e40b6a439 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jstransformer-handlebars": "1.1.0", "junk": "3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "0.7.0", + "marked": "4.0.10", "metalsmith": "2.3.0", "metalsmith-collections": "0.9.0", "metalsmith-discover-helpers": "^0.1.1",