From 82d59a11be56697c3a73c94d41a2968fbca2a0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 04:18:50 +0000 Subject: [PATCH] build(deps): bump marked from 13.0.3 to 14.0.0 Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.0.0. - [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/v13.0.3...v14.0.0) --- 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 1aff6b72..b351bc8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "aos": "^2.3.4", "axios": "^1.7.4", "lodash": "^4.17.21", - "marked": "^13.0.3", + "marked": "^14.0.0", "md5": "^2.3.0", "moment": "^2.30.1", "posthog-js": "^1.155.4", @@ -20280,9 +20280,9 @@ "license": "BSD-2-Clause" }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", + "integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 4be3675c..50845596 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "aos": "^2.3.4", "axios": "^1.7.4", "lodash": "^4.17.21", - "marked": "^13.0.3", + "marked": "^14.0.0", "md5": "^2.3.0", "moment": "^2.30.1", "posthog-js": "^1.155.4",