From 82b304a73dd76e64163c79ceaa964f4a808a1a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 08:39:52 +0000 Subject: [PATCH] Bump use-debounce from 3.4.3 to 9.0.3 Bumps [use-debounce](https://github.com/xnimorz/use-debounce) from 3.4.3 to 9.0.3. - [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/9.0.3) --- updated-dependencies: - dependency-name: use-debounce dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- blocks/header-nav-chain-block/package-lock.json | 6 +++--- blocks/header-nav-chain-block/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks/header-nav-chain-block/package-lock.json b/blocks/header-nav-chain-block/package-lock.json index a5590b5359..93cf06224b 100644 --- a/blocks/header-nav-chain-block/package-lock.json +++ b/blocks/header-nav-chain-block/package-lock.json @@ -26,9 +26,9 @@ "integrity": "sha512-oVAPrWgLLqrbvQE8XqcU7CVBq6SQbaIbHkhOca3u7/jzuQvyZycrUKPCGr04qpEIUslmUlULbSeN+m3QrKEykA==" }, "use-debounce": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-3.4.3.tgz", - "integrity": "sha512-nxy+opOxDccWfhMl36J5BSCTpvcj89iaQk2OZWLAtBJQj7ISCtx1gh+rFbdjGfMl6vtCZf6gke/kYvrkVfHMoA==" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-9.0.3.tgz", + "integrity": "sha512-FhtlbDtDXILJV7Lix5OZj5yX/fW1tzq+VrvK1fnT2bUrPOGruU9Rw8NCEn+UI9wopfERBEZAOQ8lfeCJPllgnw==" } } } diff --git a/blocks/header-nav-chain-block/package.json b/blocks/header-nav-chain-block/package.json index 9d5b41db5a..ecce3baf37 100644 --- a/blocks/header-nav-chain-block/package.json +++ b/blocks/header-nav-chain-block/package.json @@ -32,7 +32,7 @@ "styled-components": "^4.4.0" }, "dependencies": { - "use-debounce": "^3.4.3", + "use-debounce": "^9.0.3", "focus-trap-react": "^8.4.2" }, "gitHead": "9a4082d79cb66c23454d8a3ff83809b4e13f760c"