From 6432a16a983d0648cc191f764d0e86c3813394a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:01:54 +0000 Subject: [PATCH] Bump marked from 4.0.4 to 4.0.5 Bumps [marked](https://github.com/markedjs/marked) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... 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 3bbeadbc51..fc55837262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "karma-source-map-support": "^1.4.0", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "4.0.4", + "marked": "4.0.5", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -6693,9 +6693,9 @@ } }, "node_modules/marked": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz", - "integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", + "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -15233,9 +15233,9 @@ "requires": {} }, "marked": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.4.tgz", - "integrity": "sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", + "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index ba79c096a3..2ac9889b04 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "karma-source-map-support": "^1.4.0", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "4.0.4", + "marked": "4.0.5", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",