From 0120ccd9b9823143c9e91454daf9e2cbcdeac5d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 06:30:40 +0000 Subject: [PATCH] [Security] Bump marked from 1.2.9 to 2.1.3 Bumps [marked](https://github.com/markedjs/marked) from 1.2.9 to 2.1.3. **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.2.9...v2.1.3) 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 bbd9dad9..9d6abbb7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "flatpickr": "~4.6.6", "ismobilejs": "~1.1.1", "lodash": "^4.17.20", - "marked": "^1.2.0", + "marked": "^2.1.3", "tinymce": "~5.5.1", "uikit": "~3.5.8", "vee-validate": "~3.3.11",