From 6ce4ef2fbb674eab78532ab0bb240f9a30955f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:57:28 +0000 Subject: [PATCH] Bump marked from 8.0.1 to 9.0.0 (#6819) Bumps [marked](https://github.com/markedjs/marked) from 8.0.1 to 9.0.0. - [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/v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d93347bd27..730ec39200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.3", "jsdom": "~22.1.0", - "marked": "~8.0.1", + "marked": "~9.0.0", "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0", @@ -11684,9 +11684,9 @@ } }, "node_modules/marked": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.1.tgz", - "integrity": "sha512-eEbeEb/mJwh+sNLEhHOWtxMgjN/NEwZUBs1nkiIH2sTQTq07KmPMQ48ihyvo5+Ya56spVOPhunfGr6406crCVA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz", + "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -26962,9 +26962,9 @@ } }, "marked": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.1.tgz", - "integrity": "sha512-eEbeEb/mJwh+sNLEhHOWtxMgjN/NEwZUBs1nkiIH2sTQTq07KmPMQ48ihyvo5+Ya56spVOPhunfGr6406crCVA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz", + "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 6af62dee2e..8c01f6d1f3 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.3", "jsdom": "~22.1.0", - "marked": "~8.0.1", + "marked": "~9.0.0", "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0",