From 72c78e3e921263d8dfa34253a19a60c2ea1d5891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 10:01:47 +0000 Subject: [PATCH] Bump marked from 4.0.5 to 4.0.6 Bumps [marked](https://github.com/markedjs/marked) from 4.0.5 to 4.0.6. - [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.5...v4.0.6) --- 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 d6cc3cf854..f68ae3c894 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.5", + "marked": "4.0.6", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -6654,9 +6654,9 @@ } }, "node_modules/marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", + "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -15166,9 +15166,9 @@ "requires": {} }, "marked": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.5.tgz", - "integrity": "sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.6.tgz", + "integrity": "sha512-+H0bTf8DM8zLuFBUm/2VklxaCrwlBFgoJzHJcMZCnZ9cPgsllHwKpL6TPLdDeA38yPluMuVKOL1hO5w6HmG5Mg==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 23247a8e3c..bd64e4a077 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.5", + "marked": "4.0.6", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",