From 0575c4ef4f27244a9e704bf62a666e0a013fe510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 04:39:46 +0000 Subject: [PATCH] build(deps-dev): bump marked from 5.1.2 to 9.1.0 in /tabby-settings Bumps [marked](https://github.com/markedjs/marked) from 5.1.2 to 9.1.0. - [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.0) --- 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..440aecf167 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.0", "ngx-infinite-scroll": "^16" }, "peerDependencies": { diff --git a/tabby-settings/yarn.lock b/tabby-settings/yarn.lock index 748c82b459..7561975b27 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.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270" + integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA== ngx-infinite-scroll@^16: version "16.0.0"