From 6410411814668d203e6812956b333689549d8019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 04:19:13 +0000 Subject: [PATCH] Bump marked from 5.1.2 to 9.1.4 in /tabby-settings Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 9.1.4. - [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.4) --- 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 a6bac2e8..56cfc068 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.4", "ngx-infinite-scroll": "^16" }, "peerDependencies": { diff --git a/tabby-settings/yarn.lock b/tabby-settings/yarn.lock index 748c82b4..c401d210 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.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.4.tgz#68d50848f1b1e264b8fa031946b4b0c3352827e9" + integrity sha512-Mq83CCaClhXqhf8sLQ57c1unNelHEuFadK36ga+GeXR4FeT/5ssaC5PaCRVqMA74VYorzYRqdAaxxteIanh3Kw== ngx-infinite-scroll@^16: version "16.0.0"