From b8302843987156160b0a9e8acf7dc9a8bb5d0fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:43:26 +0000 Subject: [PATCH] Bump marked from 2.0.7 to 12.0.0 Bumps [marked](https://github.com/markedjs/marked) from 2.0.7 to 12.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/v2.0.7...v12.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production 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 141f036a4..3a0ebb531 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "jquery-textcomplete": "^1.8.5", "jquery-ui-npm": "1.12.0", "lru_map": "^0.3.3", - "marked": "^2.0.7", + "marked": "^12.0.0", "object-hash": "^3.0.0", "request": "^2.88.2", "short-unique-id": "^4.3.3", diff --git a/yarn.lock b/yarn.lock index 02635c5a4..0ad9a8828 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3554,10 +3554,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.7.tgz#bc5b857a09071b48ce82a1f7304913a993d4b7d1" - integrity sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ== +marked@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716" + integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w== matchdep@^2.0.0: version "2.0.0"