From 3f7b803b559c9be9ed1e332af43b9e56fe18cda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:08:44 +0000 Subject: [PATCH] build: Bump marked from 8.0.0 to 9.1.3 Bumps [marked](https://github.com/markedjs/marked) from 8.0.0 to 9.1.3. - [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.0...v9.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 966499873..5a18ca0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "js-yaml": "^4.1.0", "liftoff": "^4.0.0", "lodash": "^4.17.21", - "marked": "^8.0.0", + "marked": "^9.1.3", "mime": "^3.0.0", "minimist": "^1.2.8", "mixwith": "^0.1.1", @@ -9741,9 +9741,9 @@ "dev": true }, "node_modules/marked": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-8.0.0.tgz", - "integrity": "sha512-RI/D5csFVreNrFchdKFSdV38GDHJdD7OdmbNWYzGvApPb0A9pyypgfHC/FBH4ugmRE8cr7yg/TH7tu8585eMhA==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz", + "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 829724e7a..f76ffa082 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "js-yaml": "^4.1.0", "liftoff": "^4.0.0", "lodash": "^4.17.21", - "marked": "^8.0.0", + "marked": "^9.1.3", "mime": "^3.0.0", "minimist": "^1.2.8", "mixwith": "^0.1.1",