From 4451c8bbca820c18050a7197d684cf14ec043cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:07:38 +0000 Subject: [PATCH] Bump marked from 14.1.3 to 14.1.4 in the dependencies group Bumps the dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 14.1.3 to 14.1.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/v14.1.3...v14.1.4) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 950697d..e522107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "hasInstallScript": true, "dependencies": { "highlight.js": "^11.10.0", - "marked": "^14.1.3", + "marked": "^14.1.4", "marked-footnote": "^1.2.4", "marked-highlight": "^2.2.0", "react": "^18.3.1", @@ -489,9 +489,9 @@ } }, "node_modules/marked": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", - "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", + "version": "14.1.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", + "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 7169716..3cc6acd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "highlight.js": "^11.10.0", - "marked": "^14.1.3", + "marked": "^14.1.4", "marked-footnote": "^1.2.4", "marked-highlight": "^2.2.0", "react": "^18.3.1",