From 71870402d9de6b856e749824eb5d568f694a8335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:05:57 +0000 Subject: [PATCH] Bump marked from 4.0.19 to 4.1.0 Bumps [marked](https://github.com/markedjs/marked) from 4.0.19 to 4.1.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/v4.0.19...v4.1.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2a1d93d8..bb50faccd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "fast-deep-equal": "~3.1.1", "fast-json-stable-stringify": "2.1.0", "lodash-es": "~4.17.15", - "marked": "~4.0.12", + "marked": "~4.1.0", "node-diff3": "~3.1.0", "osm-auth": "~2.0.0", "pannellum": "2.5.6",