From 7bc950c097cc90d03e16a10b2cfaf5b82be40a69 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 04:45:16 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 2.1.3 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 2.1.3. - [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.3) 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..0eeadd6fea 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.3" } }