diff --git a/package-lock.json b/package-lock.json index adfa9d0..9e80f03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tabler-icons-react": "^1.48.1", "tsc-watch": "^5.0.3", "typescript": "^4.7.2", - "usehooks-ts": "^2.5.3", + "usehooks-ts": "^2.5.4", "xml-formatter": "^2.6.1" } }, @@ -2985,12 +2985,12 @@ } }, "node_modules/usehooks-ts": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.3.tgz", - "integrity": "sha512-9R6gMpMSjW7twa1wpW67xYWhEB7UGyKj+8/CEN6RHPlJsdv4fmzDe8mB+Dn5ABcTWtFajqqm1uVpSPGTUQ715g==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.4.tgz", + "integrity": "sha512-NG4XKLh7csTFFtUgtUuR72zlJ1Bpt4+nDAnKQqcQcpxYnwAZZv3RpksKvxBIusPCHUL3NuC0xLwwJCpPxIuknQ==", "dev": true, "peerDependencies": { - "react": ">=16.8.0" + "react": ">=16.9.0" } }, "node_modules/v8-compile-cache": { @@ -5144,9 +5144,9 @@ } }, "usehooks-ts": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.3.tgz", - "integrity": "sha512-9R6gMpMSjW7twa1wpW67xYWhEB7UGyKj+8/CEN6RHPlJsdv4fmzDe8mB+Dn5ABcTWtFajqqm1uVpSPGTUQ715g==", + "version": "2.5.4", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.5.4.tgz", + "integrity": "sha512-NG4XKLh7csTFFtUgtUuR72zlJ1Bpt4+nDAnKQqcQcpxYnwAZZv3RpksKvxBIusPCHUL3NuC0xLwwJCpPxIuknQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index fbcc183..39f4578 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tabler-icons-react": "^1.48.1", "tsc-watch": "^5.0.3", "typescript": "^4.7.2", - "usehooks-ts": "^2.5.3", + "usehooks-ts": "^2.5.4", "xml-formatter": "^2.6.1" } }