diff --git a/package-lock.json b/package-lock.json index 94e061b..f0036a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6983,15 +6983,20 @@ } }, "node_modules/usehooks-ts": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.10.0.tgz", - "integrity": "sha512-hN22L5pqcsM1LwL6Q3p1QfxI9K+wuP4lrBXyCQ4Vi5Zo94YhphqRh2l7G7uhqPzLunAObLUAoSKzo64lisNyWQ==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.11.0.tgz", + "integrity": "sha512-JRRTyS7QXR4Qv9laNQE3BOMWsvPlrOolu1nfIGXQLCOGJhbim/STBFopKOoi0ktK6PDFAEx+Xa0Yn0PKIQVgzQ==", "engines": { "node": ">=16.15.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "lodash.debounce": "^4", + "react": "^16.8.0 || ^17 || ^18" + }, + "peerDependenciesMeta": { + "lodash.debounce": { + "optional": true + } } }, "node_modules/util-deprecate": {