From 0204f5b7f1fefb97b3ca1efa1002baa6b08bca77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:24:29 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. - [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/v0.3.19...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 972112a..029d8fa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "aurelia-fetch-client": "^1.1.2", "aurelia-polyfills": "^1.3.0", "date-fns": "^1.29.0", - "marked": "^0.3.19", + "marked": "^4.0.10", "querystringify": "^1.0.0" }, "peerDependencies": {}, diff --git a/yarn.lock b/yarn.lock index 1cf7161..4b589af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6645,9 +6645,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.3.19: - version "0.3.19" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.19.tgz#5d47f709c4c9fc3c216b6d46127280f40b39d790" +marked@^4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" matchdep@^2.0.0: version "2.0.0"