From 06bb045ca23d23508159dd5d6387e59257b7b3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:46:31 +0000 Subject: [PATCH] chore(deps): bump use-debounce from 8.0.4 to 9.0.2 Bumps [use-debounce](https://github.com/xnimorz/use-debounce) from 8.0.4 to 9.0.2. - [Release notes](https://github.com/xnimorz/use-debounce/releases) - [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md) - [Commits](https://github.com/xnimorz/use-debounce/commits) --- updated-dependencies: - dependency-name: use-debounce dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fcb050277..2ce4aa7a5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "uniforms": "^3.10.0", "uniforms-bridge-json-schema": "^3.10.1", "uniforms-patternfly": "^4.7.6", - "use-debounce": "8.0.4", + "use-debounce": "9.0.2", "web-vitals": "3.1.0", "zundo": "^2.0.0-beta.6", "zustand": "^4.1.5" diff --git a/yarn.lock b/yarn.lock index 0448a223b..c4bbaaa41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8963,10 +8963,10 @@ url-to-options@^1.0.1: resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" integrity sha512-0kQLIzG4fdk/G5NONku64rSH/x32NOA39LVQqlK8Le6lvTF6GGRJpqaQFGgU+CLwySIqBSMdwYM0sYcW9f6P4A== -use-debounce@8.0.4: - version "8.0.4" - resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-8.0.4.tgz#27e93b2f010bd0b8ad06e9fc7de891d9ee5d6b8e" - integrity sha512-fGqsYQzl8kLHF2QpQSgIwgOgJmnh6j5L6SIzQiHdLfwp3q1egUL3btq5Bg2SJysH6A0ILLgT2IqXZKoNJr0nFw== +use-debounce@9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-9.0.2.tgz#2883982ec1eb79affec46f14047244057b78161c" + integrity sha512-QLyB0sxt9F5AisGDrUybCRJSLE60bTQR0yXc+IebNGUu1GCXwii1zsZl82mPGdWqDVQy7+1FKMLHQUixxf5Nbw== use-sync-external-store@1.2.0: version "1.2.0"