diff --git a/package-lock.json b/package-lock.json index 49db6d625c4..abf09c23c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "reakit": "1.3.11", "request": "2.88.2", "trim-html": "0.1.9", - "use-debounce": "9.0.4", + "use-debounce": "10.0.0", "usehooks-ts": "^2.9.1", "wordpress-components": "npm:@wordpress/components@14.2.0" }, @@ -45681,10 +45681,11 @@ } }, "node_modules/use-debounce": { - "version": "9.0.4", - "license": "MIT", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.0.tgz", + "integrity": "sha512-XRjvlvCB46bah9IBXVnq/ACP2lxqXyZj0D9hj4K5OzNroMDpTEBg8Anuh1/UfRTRs7pLhQ+RiNxxwZu9+MVl1A==", "engines": { - "node": ">= 10.0.0" + "node": ">= 16.0.0" }, "peerDependencies": { "react": ">=16.8.0" @@ -79226,7 +79227,9 @@ } }, "use-debounce": { - "version": "9.0.4", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.0.tgz", + "integrity": "sha512-XRjvlvCB46bah9IBXVnq/ACP2lxqXyZj0D9hj4K5OzNroMDpTEBg8Anuh1/UfRTRs7pLhQ+RiNxxwZu9+MVl1A==", "requires": {} }, "use-isomorphic-layout-effect": { diff --git a/package.json b/package.json index f699dc33584..2d15da84850 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "reakit": "1.3.11", "request": "2.88.2", "trim-html": "0.1.9", - "use-debounce": "9.0.4", + "use-debounce": "10.0.0", "usehooks-ts": "^2.9.1", "wordpress-components": "npm:@wordpress/components@14.2.0" },