From 36d41d91f4450abc3aec0b5265fec3c54e6b2a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:02:50 +0000 Subject: [PATCH] Bump marked from 5.1.2 to 6.0.0 Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 6.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/v5.1.2...v6.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... 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 f7551b8..d1e4dbe 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "jquery-ui": "^1.13.3", "jsrender": "^1.0.14", "leaflet.featuregroup.subgroup": "^1.0.2", - "marked": "^5.1.2", + "marked": "^6.0.0", "prettier": "^3.3.3", "select2": "^4.1.0-rc.0", "stylelint": "^13.11.0" diff --git a/yarn.lock b/yarn.lock index bf944ef..1861f60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4642,10 +4642,10 @@ marked@^0.5.1: resolved "https://registry.npmjs.org/marked/-/marked-0.5.2.tgz" integrity sha512-fdZvBa7/vSQIZCi4uuwo2N3q+7jJURpMVCcbaX0S1Mg65WZ5ilXvC67MviJAsdjqqgD+CEq4RKo5AYGgINkVAA== -marked@^5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz" - integrity sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg== +marked@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-6.0.0.tgz#80cd7f51145437cffe9f541a318b9882f75601df" + integrity sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw== mathml-tag-names@^2.1.3: version "2.1.3"