From 35497ee3b20a77502fa6a04a6d3fbfee5c721d1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:38:27 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 2.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 2.1.1. - [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.1) 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..cd2e4ed409 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.1" } }