From 7cfb6346c4aa8d4f8b67ce7cf7c358a24a37a54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:34:18 +0000 Subject: [PATCH] fix(deps): bump marked from 4.0.18 to 4.2.12 Bumps [marked](https://github.com/markedjs/marked) from 4.0.18 to 4.2.12. - [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.0.18...v4.2.12) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... 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 6689eff..20d8420 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nuxtjs/vuetify": "git+https://github.com/UniScratch/vuetify-module.git#master", "@nuxtjs/webpack-profile": "^0.1.0", "highlight.js": "^11.6.0", - "marked": "^4.0.18", + "marked": "^4.2.12", "nuxt": "^2.15.8", "nuxt-precompress": "^0.5.9", "sanitize-html": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 4a09737..e6bcb2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6963,10 +6963,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^4.0.18: - version "4.0.18" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.18.tgz#cd0ac54b2e5610cfb90e8fd46ccaa8292c9ed569" - integrity sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw== +marked@^4.2.12: + version "4.2.12" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5" + integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw== matchmediaquery@^0.3.0: version "0.3.1"