From 28f29bfa37a9fcc404f44819c37a61001996b4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 01:00:10 +0000 Subject: [PATCH] Bump marked from 1.2.7 to 2.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v2.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc14d57d3..4c99708cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6640,7 +6640,7 @@ }, "istanbul-lib-instrument": { "version": "3.3.0", - "resolved": "http://localhost:4873/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz", "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==", "dev": true, "requires": { @@ -6655,7 +6655,7 @@ "dependencies": { "semver": { "version": "6.3.0", - "resolved": "http://localhost:4873/semver/-/semver-6.3.0.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } @@ -7275,9 +7275,9 @@ } }, "marked": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.7.tgz", - "integrity": "sha512-No11hFYcXr/zkBvL6qFmAp1z6BKY3zqLMHny/JN/ey+al7qwCM2+CMBL9BOgqMxZU36fz4cCWfn2poWIf7QRXA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==", "dev": true }, "matchit": { diff --git a/package.json b/package.json index c9cb8948e..821f804db 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "cypress": "4.12.1", "elizabot": "0.0.3", "istanbul-lib-coverage": "2.0.5", - "marked": "1.2.7", + "marked": "2.0.0", "nyc": "15.1.0", "rollup": "2.48.0", "rollup-plugin-istanbul": "git+https://github.com/billowz/rollup-plugin-istanbul.git#rc",