From 10cc39b1b6e1be3e7fcb9b4cb1f7e28808145090 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 21:25:12 +0000 Subject: [PATCH] Bump marked from 1.0.0 to 2.1.3 Bumps [marked](https://github.com/markedjs/marked) from 1.0.0 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/v1.0.0...v2.1.3) 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 43b6864..ed6dfa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3779,9 +3779,9 @@ "dev": true }, "marked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz", - "integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", + "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" }, "matcher": { "version": "2.1.0", diff --git a/package.json b/package.json index f83f4a9..8cbea4d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "fileicon-svg": "^1.0.0", "highlightjs": "^9.16.2", "jquery": "^3.5.1", - "marked": "^1.0.0", + "marked": "^2.1.3", "mathjax": "^2.7.8", "monaco-editor": "^0.20.0", "node-notifier": "^7.0.0",