From 6faa7e03d97a36788b3a1d9ad12fbed102a20be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:00:13 +0000 Subject: [PATCH] Bump marked from 0.3.6 to 4.0.10 in /markdown Bumps [marked](https://github.com/markedjs/marked) from 0.3.6 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.3.6...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- markdown/package-lock.json | 6 +++--- markdown/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown/package-lock.json b/markdown/package-lock.json index 0366692..54b58e9 100644 --- a/markdown/package-lock.json +++ b/markdown/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "marked": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz", - "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" } } } diff --git a/markdown/package.json b/markdown/package.json index 8526fbc..d0f7687 100644 --- a/markdown/package.json +++ b/markdown/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/shy2850/f2e-middleware#readme", "dependencies": { - "marked": "^0.3.6" + "marked": "^4.0.10" } }