From 50c8e5efbfff246042d0c25026792263a3b78c65 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:23:15 +0000 Subject: [PATCH] [Security] Bump marked from 1.1.1 to 2.0.0 in /Web Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 2.0.0. **This update includes a security fix.** - [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/v1.1.1...v2.0.0) Signed-off-by: dependabot-preview[bot] --- Web/package-lock.json | 6 +++--- Web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Web/package-lock.json b/Web/package-lock.json index 4a04b3d71..03473e084 100644 --- a/Web/package-lock.json +++ b/Web/package-lock.json @@ -5596,9 +5596,9 @@ } }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==", "dev": true }, "maxmin": { diff --git a/Web/package.json b/Web/package.json index 8ee256a6d..6393585b5 100644 --- a/Web/package.json +++ b/Web/package.json @@ -31,7 +31,7 @@ "grunt-webpack": "^3.1.3", "jquery": "^3.5.0", "lodash": "^4.17.19", - "marked": "^1.1.1", + "marked": "^2.0.0", "moment": "^2.27.0", "vue": "^2.6.11", "vue-hot-reload-api": "^2.3.4",