From 99f9345edbb3a42c9a457f79ec308444ee85bb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:11:25 +0000 Subject: [PATCH] build(deps-dev): bump marked from 5.1.2 to 9.1.1 in /tabby-settings Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 9.1.1. - [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/v5.1.2...v9.1.1) --- 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 a6bac2e878..3afd26ef50 100644 --- a/tabby-settings/package.json +++ b/tabby-settings/package.json @@ -19,7 +19,7 @@ "license": "MIT", "devDependencies": { "@types/marked": "^5.0.1", - "marked": "^5.1.2", + "marked": "^9.1.1", "ngx-infinite-scroll": "^16" }, "peerDependencies": { diff --git a/tabby-settings/yarn.lock b/tabby-settings/yarn.lock index 748c82b459..8c557dc2ea 100644 --- a/tabby-settings/yarn.lock +++ b/tabby-settings/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@types/marked/-/marked-5.0.1.tgz#15acd796d722b91bf00738c8c8539aaf5034f0c6" integrity sha512-Y3pAUzHKh605fN6fvASsz5FDSWbZcs/65Q6xYRmnIP9ZIYz27T4IOmXfH9gWJV1dpi7f1e7z7nBGUTx/a0ptpA== -marked@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.2.tgz#62b5ccfc75adf72ca3b64b2879b551d89e77677f" - integrity sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg== +marked@^9.1.1: + version "9.1.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.1.tgz#16d6f6bbaa433176c8ab16d3bfd11ca94e36e5c4" + integrity sha512-ZmXkUGH54U4rEy3GL9vYj8+S1PHJx/zz5pc4Frn7UdGiNREKT12fWBJ5a5ffjFtghx9C9912vEg9Zra1Nf7CnA== ngx-infinite-scroll@^16: version "16.0.0"