From 2e66d1737623ea0a988d7b72aaf3936cab0822b7 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 16 Aug 2021 10:36:07 +0000 Subject: [PATCH] Update dependency marked to v3 (#657) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/657 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 176e1caa8..b5afccb3c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "highlight.js": "11.2.0", "is-touch-device": "1.0.1", "lodash": "4.17.21", - "marked": "2.1.3", + "marked": "3.0.0", "register-service-worker": "1.7.2", "snake-case": "3.0.4", "verte": "0.0.12", diff --git a/yarn.lock b/yarn.lock index a73408982..d2b778a68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5950,7 +5950,12 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@2.1.3, marked@^2.0.1, marked@^2.0.3: +marked@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.0.tgz#ac8369b7ddeef15fbbce870d14f321bdb20ca4e2" + integrity sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ== + +marked@^2.0.1, marked@^2.0.3: version "2.1.3" resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==