From ea8fe297d9711695abc2eaca4510d2116aafe6b4 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Nov 2021 06:10:06 +0000 Subject: [PATCH] fix(deps): update dependency marked to v4.0.5 (#1085) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [marked](https://marked.js.org) ([source](https://github.com/markedjs/marked)) | dependencies | patch | [`4.0.4` -> `4.0.5`](https://renovatebot.com/diffs/npm/marked/4.0.4/4.0.5) | --- ### Release Notes
markedjs/marked ### [`v4.0.5`](https://github.com/markedjs/marked/releases/v4.0.5) [Compare Source](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5) ##### Bug Fixes - table after paragraph without blank line ([#​2298](https://github.com/markedjs/marked/issues/2298)) ([5714212](https://github.com/markedjs/marked/commit/5714212afd4a9ee0864fff70bad034f7c0842a3c))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1085 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 73dbd4875..20c1fab83 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "is-touch-device": "1.0.1", "lodash.clonedeep": "4.5.0", "lodash.debounce": "4.0.8", - "marked": "4.0.4", + "marked": "4.0.5", "register-service-worker": "1.7.2", "snake-case": "3.0.4", "ufo": "0.7.9", diff --git a/yarn.lock b/yarn.lock index 308705427..18054ad13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9856,10 +9856,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.4.tgz#d7cb16adaa474291307c521824c5716d32b95c36" - integrity sha512-d8v7SensuOj+gxi0TGbqb2WtS60ycZfZuqtmAB9yz0JLotKerTob/47Qk9oLCDmn5G1dcdn3d5ydR+ih9dvS0A== +marked@4.0.5: + version "4.0.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.5.tgz#85f46937f6a4616de7cbe0e1433e1640c320c729" + integrity sha512-eUToMA5d5lunnipkCN7zFD0RiunCF2Uo6bImEt/Qx8LZMW7oPXTw7R+f+M5V3eS7164HjEDPfW8/TrefuFhDfw== marked@^2.0.3: version "2.1.3"