From aa110486a1cf57e2e7649cb93bd2bea688e851f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:02:29 +0000 Subject: [PATCH] Bump marked from 3.0.4 to 3.0.7 Bumps [marked](https://github.com/markedjs/marked) from 3.0.4 to 3.0.7. - [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/v3.0.4...v3.0.7) --- 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 4fda33b9f1..b433ee2662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "3.0.4", + "marked": "3.0.7", "mocha": "9.1.2", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -7330,9 +7330,9 @@ } }, "node_modules/marked": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz", - "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz", + "integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q==", "dev": true, "bin": { "marked": "bin/marked" @@ -16928,9 +16928,9 @@ "requires": {} }, "marked": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz", - "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz", + "integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 23fbfdd2b3..a5d19235b6 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "3.0.4", + "marked": "3.0.7", "mocha": "9.1.2", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",