From 8437cb7de31e043618a650f07b4c30880d6f9447 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jun 2021 04:09:50 +0000 Subject: [PATCH] fix: upgrade marked from 2.0.5 to 2.0.6 Snyk has created this PR to upgrade marked from 2.0.5 to 2.0.6. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/martynasb11/project/b1bced41-8024-469f-966e-230b07944953?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 34cce61aa4a47..6c6cfb4b26a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4305,9 +4305,9 @@ } }, "marked": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.5.tgz", - "integrity": "sha512-yfCEUXmKhBPLOzEC7c+tc4XZdIeTdGoRCZakFMkCxodr7wDXqoapIME4wjcpBPJLNyUnKJ3e8rb8wlAgnLnaDw==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.6.tgz", + "integrity": "sha512-S2mYj0FzTQa0dLddssqwRVW4EOJOVJ355Xm2Vcbm+LU7GQRGWvwbO5K87OaPSOux2AwTSgtPPaXmc8sDPrhn2A==" }, "mathml-tag-names": { "version": "2.1.3", diff --git a/package.json b/package.json index 1ed14579d10b3..52c42c2ba1a76 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": "^2.0.5", + "marked": "^2.0.6", "metalsmith": "^2.3.0", "metalsmith-collections": "^0.9.0", "metalsmith-discover-helpers": "^0.1.1",