From e01aef01221a2e023581e136f3913bae695e89f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:26:10 +0000 Subject: [PATCH] Chore(deps): Bump marked from 15.0.3 to 15.0.4 Bumps [marked](https://github.com/markedjs/marked) from 15.0.3 to 15.0.4. - [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/v15.0.3...v15.0.4) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 cae28c268..4681c3ceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.2.0", "lodash": "^4.17.21", - "marked": "^15.0.3", + "marked": "^15.0.4", "marked-gfm-heading-id": "^4.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0", @@ -7219,9 +7219,9 @@ } }, "node_modules/marked": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", - "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "version": "15.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", + "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index ab7e337ab..c47d0314c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.2.0", "lodash": "^4.17.21", - "marked": "^15.0.3", + "marked": "^15.0.4", "marked-gfm-heading-id": "^4.1.1", "qrcode": "^1.5.4", "v-click-outside": "^3.2.0",