From fc0c0d976d940d589334bfeba60d355a7f2638d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:10:08 +0000 Subject: [PATCH] Bump marked from 2.0.3 to 2.0.5 Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 2.0.5. - [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/v2.0.3...v2.0.5) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2915a458c1..b08db7f3ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^4.0.1", - "marked": "2.0.3", + "marked": "2.0.5", "mocha": "8.4.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -7459,9 +7459,9 @@ } }, "node_modules/marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.5.tgz", + "integrity": "sha512-yfCEUXmKhBPLOzEC7c+tc4XZdIeTdGoRCZakFMkCxodr7wDXqoapIME4wjcpBPJLNyUnKJ3e8rb8wlAgnLnaDw==", "dev": true, "bin": { "marked": "bin/marked" @@ -17314,9 +17314,9 @@ "requires": {} }, "marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.5.tgz", + "integrity": "sha512-yfCEUXmKhBPLOzEC7c+tc4XZdIeTdGoRCZakFMkCxodr7wDXqoapIME4wjcpBPJLNyUnKJ3e8rb8wlAgnLnaDw==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 1642310cf0..2ab6a2e2a6 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^4.0.1", - "marked": "2.0.3", + "marked": "2.0.5", "mocha": "8.4.0", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",