From f43f5e9637c7254716f01aa7d4be6dd121def562 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 07:22:55 +0000 Subject: [PATCH] Bump marked from 1.1.1 to 1.2.0 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c156d6b44..373a7ca8f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9029,9 +9029,9 @@ "dev": true }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", + "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==", "dev": true }, "md5.js": { diff --git a/package.json b/package.json index 6c492f07ea..03e3965b8d 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.0-rc.2", "loglevelnext": "^4.0.1", - "marked": "1.1.1", + "marked": "1.2.0", "mocha": "8.1.3", "pixelmatch": "^5.1.0", "pngjs": "^5.0.0",