From ff4b44709d8ada26017c83c02c38940cdd1b0fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:41:33 +0000 Subject: [PATCH] chore(deps): Bump marked from 10.0.0 to 11.0.1 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.0.1. - [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/v10.0.0...v11.0.1) --- 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 d1649df..90761eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@webcomponents/custom-elements": "1.6.0", "core-js": "3.33.2", "highlight.js": "11.8.0", - "marked": "10.0.0", + "marked": "11.0.1", "prop-types": "15.8.1", "raf": "3.4.1", "react": "18.2.0", @@ -4910,9 +4910,9 @@ } }, "node_modules/marked": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", - "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", + "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 1eff7d8..b496de9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@webcomponents/custom-elements": "1.6.0", "core-js": "3.33.2", "highlight.js": "11.8.0", - "marked": "10.0.0", + "marked": "11.0.1", "prop-types": "15.8.1", "raf": "3.4.1", "react": "18.2.0",