From da0f3d9ad2f0987a7732f13143c6f9f2b5b0ff30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jul 2021 01:26:51 +0000 Subject: [PATCH] fix: upgrade marked from 1.2.0 to 1.2.9 Snyk has created this PR to upgrade marked from 1.2.0 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/jefferycline1/project/f19dcddf-983d-432a-a186-9d4af1605c4a?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 251329bd2f1a3..e90e86d6c3d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4152,9 +4152,9 @@ } }, "marked": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", - "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==" + "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 976593f28c175..b5277336586eb 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.2.0", + "marked": "^1.2.9", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",