From 2c92088d6c6e0219e99a3300bb65e8d03907ccb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:41:24 +0000 Subject: [PATCH] chore(deps): Bump marked from 11.0.1 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 11.0.1 to 14.1.2. - [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.1.2) --- 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 78e4b590..19e6ac14 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.1.2", "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.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", + "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index baecc49b..86174ffe 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.1.2", "prop-types": "15.8.1", "raf": "3.4.1", "react": "18.2.0",