From 4d552eb96c23d38b476813bad854ecee9e58fef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:40:06 +0000 Subject: [PATCH] chore(deps): Bump marked from 11.0.1 to 14.0.0 Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 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/v11.0.1...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 78e4b59..6f9e6b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@webcomponents/custom-elements": "1.6.0", "core-js": "3.34.0", "highlight.js": "11.9.0", - "marked": "11.0.1", + "marked": "14.0.0", "prop-types": "15.8.1", "raf": "3.4.1", "react": "18.2.0", @@ -5067,9 +5067,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", - "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", + "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 baecc49..1ecd610 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@webcomponents/custom-elements": "1.6.0", "core-js": "3.34.0", "highlight.js": "11.9.0", - "marked": "11.0.1", + "marked": "14.0.0", "prop-types": "15.8.1", "raf": "3.4.1", "react": "18.2.0",