From bc7e6794202ed03e1cf12a30203627a5bb36e97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:07:53 +0000 Subject: [PATCH] Bump marked from 9.1.4 to 9.1.5 Bumps [marked](https://github.com/markedjs/marked) from 9.1.4 to 9.1.5. - [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/v9.1.4...v9.1.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... 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 ead14de1f3..e3f2987498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.3", "jsdom": "~22.1.0", - "marked": "~9.1.4", + "marked": "~9.1.5", "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0", @@ -11916,9 +11916,9 @@ } }, "node_modules/marked": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", - "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "dev": true, "bin": { "marked": "bin/marked.js" @@ -27639,9 +27639,9 @@ } }, "marked": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.4.tgz", - "integrity": "sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "dev": true }, "mdurl": { diff --git a/package.json b/package.json index 922cd52b5a..172bf1cf1b 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "express": "~4.18.2", "html-webpack-plugin": "~5.5.3", "jsdom": "~22.1.0", - "marked": "~9.1.4", + "marked": "~9.1.5", "mini-css-extract-plugin": "~2.7.6", "mocha": "~10.2.0", "nib": "~1.2.0",