From 5714c820ea9f7c8e40df581b721e4c9caad5a956 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 04:45:14 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 2.1.0 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 2.1.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/v0.3.19...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d1ab5ebd6..f67ccc1163 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "codemirror-graphql": "^0.5.7", "graphql": "^0.7.0", "graphql-tools": "^0.6.6", - "marked": "^0.3.5" + "marked": "^2.1.0" } }