From d474bc464ea192b7cf572eadf9f270ef4ed6561e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:18:02 +0000 Subject: [PATCH] chore(deps): bump marked from 2.1.3 to 13.0.1 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 13.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v13.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0bc6c3f..436a5f77 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "babel-polyfill": "^6.26.0", "i18n-webpack-plugin": "^1.0.0", - "marked": "^2.0.3", + "marked": "^13.0.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-render-html": "^0.6.0",