diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 6a9c0934f0..02d44699f9 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -10,7 +10,7 @@ "@bonfida/bot": "^0.5.3", "@metamask/jazzicon": "^2.0.0", "@project-serum/serum": "^0.13.38", - "@react-hook/debounce": "^3.0.0", + "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.7.1", "@solana/spl-token-registry": "^0.2.146", "@solana/web3.js": "^1.18.0", @@ -2957,11 +2957,14 @@ } }, "node_modules/@react-hook/debounce": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz", - "integrity": "sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-4.0.0.tgz", + "integrity": "sha512-706Xcg+KKWHk9BuZQUQ0ZQKp9zhv3/MbqFenWVfHcynYpSGRVwQTzJRGvPxvsdtXxJv+HfgKTY/O/hEejakwmA==", "dependencies": { "@react-hook/latest": "^1.0.2" + }, + "peerDependencies": { + "react": ">=16.8" } }, "node_modules/@react-hook/latest": { @@ -27017,9 +27020,9 @@ } }, "@react-hook/debounce": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-3.0.0.tgz", - "integrity": "sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@react-hook/debounce/-/debounce-4.0.0.tgz", + "integrity": "sha512-706Xcg+KKWHk9BuZQUQ0ZQKp9zhv3/MbqFenWVfHcynYpSGRVwQTzJRGvPxvsdtXxJv+HfgKTY/O/hEejakwmA==", "requires": { "@react-hook/latest": "^1.0.2" } diff --git a/explorer/package.json b/explorer/package.json index 6166ea8a69..8f468daa09 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -6,7 +6,7 @@ "@bonfida/bot": "^0.5.3", "@metamask/jazzicon": "^2.0.0", "@project-serum/serum": "^0.13.38", - "@react-hook/debounce": "^3.0.0", + "@react-hook/debounce": "^4.0.0", "@sentry/react": "^6.7.1", "@solana/spl-token-registry": "^0.2.146", "@solana/web3.js": "^1.18.0",