diff --git a/package-lock.json b/package-lock.json index 16ab666..1ca4e40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-parallax": "^3.5.1", "react-step-builder": "^3.0.6", "redoc": "^2.1.3", - "usehooks-ts": "^2.12.1" + "usehooks-ts": "^3.1.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.1.1", @@ -18051,9 +18051,9 @@ "integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==" }, "node_modules/usehooks-ts": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.12.1.tgz", - "integrity": "sha512-meo93qn2hyBJdHVczbalnsU2FU2WQ1ZVRmppRn8+P6TXo9hORNe10pFVKJfIBYfb2FFapqNuF5vUviLRSy/vAw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", + "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", "dependencies": { "lodash.debounce": "^4.0.8" }, diff --git a/package.json b/package.json index 29804af..690da6b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-parallax": "^3.5.1", "react-step-builder": "^3.0.6", "redoc": "^2.1.3", - "usehooks-ts": "^2.12.1" + "usehooks-ts": "^3.1.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.1.1",