From 29324e496950ca79bb91916d6103be70d004ec03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Feb 2023 20:10:53 +0000 Subject: [PATCH] fix: upgrade marked from 1.1.1 to 1.2.9 Snyk has created this PR to upgrade marked from 1.1.1 to 1.2.9. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/qmutz/project/704788cf-50ec-4e28-b68a-d712b8973856?utm_source=github&utm_medium=referral&page=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 6d6a2cd388755..1ed742800032a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4165,9 +4165,9 @@ } }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==" + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz", + "integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index 684fe2a5d67ea..5231eba3338de 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "jstransformer-handlebars": "^1.1.0", "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", - "marked": "^1.1.1", + "marked": "^1.2.9", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",