From 888c8217ca53f505e21b703faa3874f72ff74756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 04:24:35 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 3.0.2 in /tabby-settings Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 3.0.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tabby-settings/package.json | 2 +- tabby-settings/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tabby-settings/package.json b/tabby-settings/package.json index 03556741..44c60da1 100644 --- a/tabby-settings/package.json +++ b/tabby-settings/package.json @@ -17,7 +17,7 @@ "author": "Eugene Pankov", "license": "MIT", "devDependencies": { - "marked": "^2.1.3", + "marked": "^3.0.2", "ngx-infinite-scroll": "^10.0.1", "utils-decorators": "^1.8.0" }, diff --git a/tabby-settings/yarn.lock b/tabby-settings/yarn.lock index 1d75dbcb..74e14990 100644 --- a/tabby-settings/yarn.lock +++ b/tabby-settings/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.1.1.tgz#d8b9f20037b3a37dbf8dcdc4b3b72f9285bfce35" integrity sha512-VGbKDbk1RFIaSmdVb0cNjjWJoRWRI/Weo23AjRCC2nryO0iAS8pzsToJfPVPtVs74WHw4L1UTADNdIYRLkirZQ== -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@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.2.tgz#60ce97d6aec34dd882ab4bb4df82494666854e17" + integrity sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA== ngx-infinite-scroll@^10.0.1: version "10.0.1"