From 667e7a3499705b60bdc83e0f1763f8f01cf3c0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2020 16:39:45 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.2.10 to 1.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.2.10 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.2.10...v1.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdd99a9554ec..cfa78c84d4b7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "karma-sauce-launcher": "~0.1.1", "karma-script-launcher": "~0.1.0", "yaml-js": "~0.0.8", - "marked": "~0.2.9", + "marked": "~1.1.1", "rewire": "1.1.3", "grunt-jasmine-node": "~0.1.0", "grunt-parallel": "~0.3.1",