From 8534d16015c48606d04efeb4d74f4322722f0632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:02:38 +0000 Subject: [PATCH] Bump marked from 1.2.9 to 2.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.2.9 to 2.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.9...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2e00b01a..fdbd549f1 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": "~1.2.3", + "marked": "~2.0.0", "node-diff3": "2.1.0", "osm-auth": "1.1.0", "pannellum": "2.5.6",