From a1166fe9a8a4826ad26b71e4866071f718df65c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 10:01:06 +0000 Subject: [PATCH] Bump marked from 3.0.7 to 3.0.8 Bumps [marked](https://github.com/markedjs/marked) from 3.0.7 to 3.0.8. - [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.7...v3.0.8) --- 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 5f649283ee..e6eb45316b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "3.0.7", + "marked": "3.0.8", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0", @@ -7361,9 +7361,9 @@ } }, "node_modules/marked": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz", - "integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", + "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", "dev": true, "bin": { "marked": "bin/marked" @@ -16561,9 +16561,9 @@ "requires": {} }, "marked": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.7.tgz", - "integrity": "sha512-ctKqbnLuNbsHbI26cfMyOlKgXGfl1orOv1AvWWDX7AkgfMOwCWvmuYc+mVLeWhQ9W6hdWVBynOs96VkcscKo0Q==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", + "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index fccbd08d4e..2b282f948c 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "karma-sourcemap-loader": "^0.3.8", "karma-webpack": "^5.0.0", "loglevelnext": "^5.0.5", - "marked": "3.0.7", + "marked": "3.0.8", "mocha": "9.1.3", "pixelmatch": "^5.1.0", "pngjs": "^6.0.0",