From 39ab0545ae55e4fcf61bfb23fcd1ad6b8c25d74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:25:28 +0000 Subject: [PATCH] Bump marked from 4.2.12 to 8.0.1 Bumps [marked](https://github.com/markedjs/marked) from 4.2.12 to 8.0.1. - [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/v4.2.12...v8.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 f7fd6b88..40e8d137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "docsearch.js": "2.6.3", "element-ui": "2.15.13", "lodash.groupby": "4.6.0", - "marked": "4.2.12", + "marked": "8.0.1", "material-design-icons-iconfont": "6.7.0", "moment": "2.29.4", "vue": "2.7.14", @@ -11914,14 +11914,14 @@ "peer": true }, "node_modules/marked": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", - "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.1.tgz", + "integrity": "sha512-eEbeEb/mJwh+sNLEhHOWtxMgjN/NEwZUBs1nkiIH2sTQTq07KmPMQ48ihyvo5+Ya56spVOPhunfGr6406crCVA==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 16" } }, "node_modules/material-design-icons-iconfont": { @@ -29555,9 +29555,9 @@ "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" }, "marked": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", - "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.1.tgz", + "integrity": "sha512-eEbeEb/mJwh+sNLEhHOWtxMgjN/NEwZUBs1nkiIH2sTQTq07KmPMQ48ihyvo5+Ya56spVOPhunfGr6406crCVA==" }, "material-design-icons-iconfont": { "version": "6.7.0", diff --git a/package.json b/package.json index ace5fbfe..90c04dc6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "docsearch.js": "2.6.3", "element-ui": "2.15.13", "lodash.groupby": "4.6.0", - "marked": "4.2.12", + "marked": "8.0.1", "material-design-icons-iconfont": "6.7.0", "moment": "2.29.4", "vue": "2.7.14",