From 9e4cb15c843dbafc4b23c90ba58f5b3843642cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 04:59:48 +0000 Subject: [PATCH] Bump ngx-infinite-scroll from 15.0.0 to 16.0.0 in /tabby-settings Bumps [ngx-infinite-scroll](https://github.com/orizens/ngx-infinite-scroll) from 15.0.0 to 16.0.0. - [Release notes](https://github.com/orizens/ngx-infinite-scroll/releases) - [Commits](https://github.com/orizens/ngx-infinite-scroll/commits) --- updated-dependencies: - dependency-name: ngx-infinite-scroll 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 0df3e8b4..28dfe775 100644 --- a/tabby-settings/package.json +++ b/tabby-settings/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/marked": "^4.0.8", "marked": "^4.2.12", - "ngx-infinite-scroll": "^15" + "ngx-infinite-scroll": "^16" }, "peerDependencies": { "@angular/animations": "^15", diff --git a/tabby-settings/yarn.lock b/tabby-settings/yarn.lock index 0c460706..2473d6b7 100644 --- a/tabby-settings/yarn.lock +++ b/tabby-settings/yarn.lock @@ -12,10 +12,10 @@ marked@^4.2.12: resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5" integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw== -ngx-infinite-scroll@^15: - version "15.0.0" - resolved "https://registry.yarnpkg.com/ngx-infinite-scroll/-/ngx-infinite-scroll-15.0.0.tgz#61bbf89f121a796880a4ad67fe785b406532b220" - integrity sha512-FSP5UphRdl47vW8f/dRnPAU+napzruAKizBX2HS7MH292Ca+va6IU0J5+UQQmO5rXod2RZV7UhJ6+7g4xLfs1A== +ngx-infinite-scroll@^16: + version "16.0.0" + resolved "https://registry.yarnpkg.com/ngx-infinite-scroll/-/ngx-infinite-scroll-16.0.0.tgz#287b48898bc291a0e7c5b3344cf337d7ac82e2dd" + integrity sha512-bzyNYd+wVlUUxcopRVr2DAa81eEc8vITtKVvb+c7R1uy8hWPTlxOEXf3L1qA4FMwTEzCQ9b37TXzlJji3qBy+A== dependencies: tslib "^2.3.0"