From a590cc4a57287bbd70ac621ef4a1d8ecf283d733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:33:15 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...v14.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f315419bc..ecec65d5a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "highcharts-react-official": "^3.1.0", "i18next": "^22.4.14", "i18next-browser-languagedetector": "^7.0.1", - "marked": "^2.0.0", + "marked": "^14.1.2", "rc-slider": "^9.5.4", "react": "^16.13.1", "react-autosuggest": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index 7fa6d8dbc..e41bd671f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8087,10 +8087,10 @@ marked@^0.7.0: resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg== -marked@^2.0.0: - version "2.1.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" - integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA== +marked@^14.1.2: + version "14.1.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.2.tgz#3cbc26b2d6832be32b75ae0746e0968c781b6156" + integrity sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ== md5.js@^1.3.4: version "1.3.5"