From 68834594c14ce6856c5cfee83a2a6a189f80f2c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Aug 2022 04:07:33 +0000 Subject: [PATCH] fix: upgrade marked from 4.0.17 to 4.0.18 Snyk has created this PR to upgrade marked from 4.0.17 to 4.0.18. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/akbartrilaksana/project/a1c398a1-4011-4373-9bed-0ed65699e6fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c1d7e6d5e138..068109feb488c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.0.17", + "marked": "^4.0.18", "metalsmith": "^2.5.0", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0", @@ -3572,9 +3572,9 @@ } }, "node_modules/marked": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", - "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==", + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==", "bin": { "marked": "bin/marked.js" }, @@ -11269,9 +11269,9 @@ "dev": true }, "marked": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.17.tgz", - "integrity": "sha512-Wfk0ATOK5iPxM4ptrORkFemqroz0ZDxp5MWfYA7H/F+wO17NRWV5Ypxi6p3g2Xmw2bKeiYOl6oVnLHKxBA0VhA==" + "version": "4.0.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz", + "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index 4032d9eb9144b..427dadd7bc7bf 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jstransformer-handlebars": "^1.2.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^4.0.17", + "marked": "^4.0.18", "metalsmith": "^2.5.0", "metalsmith-collections": "^0.9.0", "metalsmith-feed": "^1.0.0",