From 25065e87726fd2d6e0e526aada4799748534e1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:38:34 +0000 Subject: [PATCH] build(deps): bump marked from 4.0.10 to 7.0.1 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 to 7.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.0.10...v7.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 82e3eb6..887885a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@actions/core": "^1.2.5", "@actions/github": "^5.0.0", - "marked": "^4.0.10" + "marked": "^7.0.1" }, "devDependencies": { "@vercel/ncc": "^0.31.1", @@ -3668,14 +3668,14 @@ } }, "node_modules/marked": { - "version": "4.0.10", - "resolved": "https://registry.npmmirror.com/marked/download/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", + "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/merge-stream": { @@ -7696,9 +7696,9 @@ } }, "marked": { - "version": "4.0.10", - "resolved": "https://registry.npmmirror.com/marked/download/marked-4.0.10.tgz", - "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.1.tgz", + "integrity": "sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index 12d127b..f288adf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/core": "^1.2.5", "@actions/github": "^5.0.0", - "marked": "^4.0.10" + "marked": "^7.0.1" }, "devDependencies": { "@vercel/ncc": "^0.31.1",