From a622ee163afb0918280cf04f8926273026107846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 01:11:31 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 4.2.12 to 5.0.0 Bumps [marked](https://github.com/markedjs/marked) from 4.2.12 to 5.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/v4.2.12...v5.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development 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 5bb62e0..d370d0f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "graphql": "^16.6.0", "leaflet": "^1.9.2", "lodash-es": "^4.17.21", - "marked": "^4.2.12", + "marked": "^5.0.0", "mini-svg-data-uri": "^1.4.4", "nuxt": "^3.4.3", "postcss-for": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index f2ae422..361a03b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6892,10 +6892,10 @@ map-obj@^4.0.0: resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== -marked@^4.2.12: - version "4.2.12" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5" - integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw== +marked@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.0.tgz#bab5df970d1f6f748ccac0d20c54b598277f2002" + integrity sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA== mathml-tag-names@^2.1.3: version "2.1.3"