From 96951949353a0fee8d71fe5731d564e4b4ed457d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:30:22 +0000 Subject: [PATCH] Bump marked from 0.7.0 to 4.0.10 in /frontend Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [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/v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ec0020b..f16f8a6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10357,9 +10357,9 @@ "integrity": "sha512-lbRZ2mE3Q9RtLjxZBZ9+IMl68DKIXaVAhwvwn9pmjnPLS0h/6kyBMgNhqi1xFJ/2yv6cSyv0jbiZavZv93JkkA==" }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "math-random": { "version": "1.0.4", diff --git a/frontend/package.json b/frontend/package.json index 47bcb0f..0b72b89 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "echarts": "^4.2.1", "echarts-for-react": "^2.0.15-beta.0", "echarts-gl": "^1.1.1", - "marked": "^0.7.0", + "marked": "^4.0.10", "react": "^16.8.3", "react-dom": "^16.8.3", "react-markdown": "^4.0.6",