From fe55aa05a508ee376fd061646140bbb149604cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 06:54:17 +0000 Subject: [PATCH] Bump marked from 2.0.7 to 2.1.2 Bumps [marked](https://github.com/markedjs/marked) from 2.0.7 to 2.1.2. - [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.7...v2.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8413b8ea89..e7ccef3f2d 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.7", + "marked": "2.1.2", "mocha": "9.0.1", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -7770,15 +7770,15 @@ } }, "node_modules/marked": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", - "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.2.tgz", + "integrity": "sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==", "dev": true, "bin": { "marked": "bin/marked" }, "engines": { - "node": ">= 8.16.2" + "node": ">= 10" } }, "node_modules/mdurl": { @@ -17698,9 +17698,9 @@ "requires": {} }, "marked": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", - "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.2.tgz", + "integrity": "sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 6078f7fe00..cec43771c3 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.0.7", + "marked": "2.1.2", "mocha": "9.0.1", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",