From b5005a9cb8b2ae6c8a34ac5158599184a5e42bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:19:53 +0000 Subject: [PATCH] Bump marked from 0.8.2 to 4.0.10 in /front Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 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.8.2...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- front/package.json | 2 +- front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package.json b/front/package.json index 80f743c..03d7ac3 100644 --- a/front/package.json +++ b/front/package.json @@ -13,7 +13,7 @@ "axios": "^0.21.1", "brace": "^0.11.1", "camelcase-keys": "^6.2.2", - "marked": "^0.8.2", + "marked": "^4.0.10", "moment": "^2.24.0", "sanitize-html": "^1.22.1", "vue": "^2.6.11", diff --git a/front/yarn.lock b/front/yarn.lock index 36398f9..06aa5fb 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -4316,10 +4316,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.8.2: - version "0.8.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355" - integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw== +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== md5.js@^1.3.4: version "1.3.5"