From b81c16ff0e5fdef5b8766983854f9aabb8d158ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:22:21 +0000 Subject: [PATCH] chore(deps): bump marked from 2.1.3 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/package.json b/server/package.json index 755c03e..0935e4f 100644 --- a/server/package.json +++ b/server/package.json @@ -21,7 +21,7 @@ "express": "4.17.1", "express-session": "1.17.2", "libsodium-wrappers-sumo": "0.7.9", - "marked": "2.1.3", + "marked": "4.0.10", "morgan": "1.10.0", "node-fetch": "2.6.2", "select-shell": "1.1.3", diff --git a/yarn.lock b/yarn.lock index b208405..b8f33cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4634,10 +4634,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" - integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA== +marked@4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== media-typer@0.3.0: version "0.3.0"