From 98b055510ff396c58daabae1a12ba7e949ce3e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 01:19:48 +0000 Subject: [PATCH] fix(deps): bump marked from 4.0.18 to 4.2.5 Bumps [marked](https://github.com/markedjs/marked) from 4.0.18 to 4.2.5. - [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.5) --- 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..f25c5d0 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.5", "nuxt": "^2.15.8", "nuxt-precompress": "^0.5.9", "sanitize-html": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 4a09737..c40a6b4 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.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.5.tgz#979813dfc1252cc123a79b71b095759a32f42a5d" + integrity sha512-jPueVhumq7idETHkb203WDD4fMA3yV9emQ5vLwop58lu8bTclMghBWcYAavlDqIEMaisADinV1TooIFCfqOsYQ== matchmediaquery@^0.3.0: version "0.3.1"