From 4c6f0b52804064b3b6d1f5eba5a324369476a3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:47:05 +0000 Subject: [PATCH] build(deps): bump marked from 14.1.1 to 14.1.2 Bumps [marked](https://github.com/markedjs/marked) from 14.1.1 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/v14.1.1...v14.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 10b8af34f06..7d25087e5e6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jsonpath": "1.1.1", "linux-ca": "2.0.1", "lodash": "4.17.21", - "marked": "14.1.1", + "marked": "14.1.2", "native-reg": "1.1.1", "node-fetch": "2.7.0", "node-forge": "1.3.1", diff --git a/yarn.lock b/yarn.lock index ef32377db78..e061f2e1fb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9798,10 +9798,10 @@ map-stream@~0.1.0: resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" integrity sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g== -marked@14.1.1: - version "14.1.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.1.tgz#83a8da67de6b236420e9cfb30e6f774cfb40255f" - integrity sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ== +marked@14.1.2: + version "14.1.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.2.tgz#3cbc26b2d6832be32b75ae0746e0968c781b6156" + integrity sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ== matcher@^3.0.0: version "3.0.0"