From 78bb603d261a0e72eb152de57598100a67742350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 01:18:42 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 4.2.12 to 5.0.1 Bumps [marked](https://github.com/markedjs/marked) from 4.2.12 to 5.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/v4.2.12...v5.0.1) --- 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..2702084 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.1", "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..13640d8 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.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.1.tgz#e1f7db63ce290daa5702f8d12f9853eceb7bc6e1" + integrity sha512-Nn9peC4lvIZdcfp8Uze6xk4ZYowkcj/K6+e/6rLHadhtjqeip/bYRxMgt3124IGGJ3RPs2uX5YVmAGbUutY18g== mathml-tag-names@^2.1.3: version "2.1.3"