From 59303283fec5757e760998ae22cba9d67aeb642c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:25:08 +0000 Subject: [PATCH] Bump marked from 2.0.7 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 2.0.7 to 14.1.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/v2.0.7...v14.1.2) --- 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 cd6539da9..2bb19a13b 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": "^14.1.2", "object-hash": "^3.0.0", "request": "^2.88.2", "short-unique-id": "^4.3.3", diff --git a/yarn.lock b/yarn.lock index 7ae994e91..013ed7d7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3603,10 +3603,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@^14.1.2: + version "14.1.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.2.tgz#3cbc26b2d6832be32b75ae0746e0968c781b6156" + integrity sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ== matchdep@^2.0.0: version "2.0.0"