From fd9d811b70d119d66a1d54acaf1851217f23f910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 01:07:29 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 4.2.12 to 5.0.2 Bumps [marked](https://github.com/markedjs/marked) from 4.2.12 to 5.0.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/v4.2.12...v5.0.2) --- 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..047ac8a 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.2", "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..24146e9 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.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.2.tgz#ac79e78ea7ed9ad31de70b85e274595d9029e534" + integrity sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ== mathml-tag-names@^2.1.3: version "2.1.3"