From 65cc96f2609c148b72fa1c5a8e0ebdb3b8f33498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:45:11 +0000 Subject: [PATCH] build(deps): bump marked from 14.1.4 to 15.0.3 Bumps [marked](https://github.com/markedjs/marked) from 14.1.4 to 15.0.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/v14.1.4...v15.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53461cb2..b2b506fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "aos": "^2.3.4", "axios": "^1.7.8", "lodash": "^4.17.21", - "marked": "^14.1.4", + "marked": "^15.0.3", "md5": "^2.3.0", "moment": "^2.30.1", "posthog-js": "^1.194.2", @@ -20404,9 +20404,10 @@ "license": "BSD-2-Clause" }, "node_modules/marked": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.4.tgz", - "integrity": "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.3.tgz", + "integrity": "sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 8729ac1b..567c94c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "aos": "^2.3.4", "axios": "^1.7.8", "lodash": "^4.17.21", - "marked": "^14.1.4", + "marked": "^15.0.3", "md5": "^2.3.0", "moment": "^2.30.1", "posthog-js": "^1.194.2",