From a124bf6dde8b7391dc73e7237b94c9774937f9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:10:59 +0000 Subject: [PATCH] Build(deps): Bump marked from 8.0.1 to 9.0.0 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:production update-type: version-update:semver-major ... 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 a516e2ec32..6c1f489752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "dompurify": "^3.0.5", "linkify-string": "^4.1.1", "lodash-es": "^4.17.21", - "marked": "^8.0.1", + "marked": "^9.0.0", "style-loader": "^3.3.3", "vue": "^2.7.10", "vue-advanced-cropper": "^1.11.6", @@ -19366,9 +19366,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==", "bin": { "marked": "bin/marked.js" }, @@ -41083,9 +41083,9 @@ "dev": true }, "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==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index 4e58a28b43..88263815fb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dompurify": "^3.0.5", "linkify-string": "^4.1.1", "lodash-es": "^4.17.21", - "marked": "^8.0.1", + "marked": "^9.0.0", "style-loader": "^3.3.3", "vue": "^2.7.10", "vue-advanced-cropper": "^1.11.6",