From 8c21c6c0f5430397a6d3b9807ff0c912fbb6328a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jan 2021 01:53:23 +0000 Subject: [PATCH] fix: upgrade marked from 1.2.5 to 1.2.7 Snyk has created this PR to upgrade marked from 1.2.5 to 1.2.7. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/bvbvyoy-9ml/project/44763e79-c555-468b-b8d6-fbe64cd671f6?utm_source=github&utm_medium=upgrade-pr --- 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 ed94189b0a586..0b2d3b1fdba75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4374,9 +4374,9 @@ } }, "marked": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz", - "integrity": "sha512-2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.7.tgz", + "integrity": "sha512-No11hFYcXr/zkBvL6qFmAp1z6BKY3zqLMHny/JN/ey+al7qwCM2+CMBL9BOgqMxZU36fz4cCWfn2poWIf7QRXA==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index e0f65fb3ad280..bd50d1aefbcac 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^1.2.5", + "marked": "^1.2.7", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",