From 812ed3edac0a77a73bbe191bfae76050e42ae56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:08:34 +0000 Subject: [PATCH] chore: bump marked from 4.2.12 to 7.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.2.12 to 7.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/v4.2.12...v7.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14e210dcc..74cac48aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "marked": "^4.2.12", + "marked": "^7.0.1", "medium-zoom": "^1.0.8", "opencollective-postinstall": "^2.0.2", "prismjs": "^1.29.0", @@ -11972,14 +11972,14 @@ } }, "node_modules/marked": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", - "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.1.tgz", + "integrity": "sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 16" } }, "node_modules/mdn-data": { @@ -26017,9 +26017,9 @@ } }, "marked": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz", - "integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.1.tgz", + "integrity": "sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA==" }, "mdn-data": { "version": "2.0.4", diff --git a/package.json b/package.json index 3e5951797..a8c9032b2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "*.js": "eslint --fix" }, "dependencies": { - "marked": "^4.2.12", + "marked": "^7.0.1", "medium-zoom": "^1.0.8", "opencollective-postinstall": "^2.0.2", "prismjs": "^1.29.0",