From 7a144e1c680c98e18ca5495acade59dfbff5143e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 12:48:13 +0000 Subject: [PATCH] [Security] Bump marked from 1.2.9 to 2.0.3 Bumps [marked](https://github.com/markedjs/marked) from 1.2.9 to 2.0.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.0.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 91dd78af..273fdfb9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "dependencies": { "babel-polyfill": "^6.26.0", "i18n-webpack-plugin": "^1.0.0", - "marked": "^1.2.9", + "marked": "^2.0.3", "react": "^16.14.0", "react-dom": "^16.14.0", "react-render-html": "^0.6.0",