From a07ddc26cf0119ca8de552e9e43cd6155bbcb42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:19:55 +0000 Subject: [PATCH] Bump marked from 9.0.3 to 9.1.2 Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.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/v9.0.3...v9.1.2) --- 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 c7eafa12..48c5cff0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "holderjs": "^2.9.9", "immutability-helper": "3.1.1", "lodash": "4.17.21", - "marked": "9.0.3", + "marked": "9.1.2", "pako": "2.1.0", "prop-types": "15.8.1", "query-string": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index ca8830cd..cd1f0f79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8149,10 +8149,10 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" -marked@9.0.3: - version "9.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-9.0.3.tgz#95be5e8cba93f2c2ca1d6503794c4f02d81c97d9" - integrity sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ== +marked@9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.2.tgz#a54ca772d2b5a43de7d8ed40111354b4b7985527" + integrity sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w== mdn-data@2.0.14: version "2.0.14"