From 722b8bcf74e625dec1f5395ff2fae99fa752cf0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:00:45 +0000 Subject: [PATCH] Bump marked from 2.1.2 to 2.1.3 Bumps [marked](https://github.com/markedjs/marked) from 2.1.2 to 2.1.3. - [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.1.2...v2.1.3) --- 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 fb87a9ff5f..ca1cddb35d 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.1.2", + "marked": "2.1.3", "mocha": "9.0.1", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -7770,9 +7770,9 @@ } }, "node_modules/marked": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.2.tgz", - "integrity": "sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", + "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", "dev": true, "bin": { "marked": "bin/marked" @@ -17698,9 +17698,9 @@ "requires": {} }, "marked": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.2.tgz", - "integrity": "sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", + "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index cec43771c3..c0c27d5ec1 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^4.0.1", - "marked": "2.1.2", + "marked": "2.1.3", "mocha": "9.0.1", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",