diff --git a/package-lock.json b/package-lock.json index f962cd69..ee72b97c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "styled-components": "^6.1.13", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^3.1.0", + "usehooks-ts": "^3.1.1", "yaml": "^2.7.0", "zod": "^3.23.8" }, @@ -14697,9 +14697,10 @@ } }, "node_modules/usehooks-ts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", - "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.1.tgz", + "integrity": "sha512-I4diPp9Cq6ieSUH2wu+fDAVQO43xwtulo+fKEidHUwZPnYImbtkTjzIJYcDcJqxgmX31GVqNFURodvcgHcW0pA==", + "license": "MIT", "dependencies": { "lodash.debounce": "^4.0.8" }, @@ -14707,7 +14708,7 @@ "node": ">=16.15.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 1265b0f1..ede07365 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "styled-components": "^6.1.13", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^3.1.0", + "usehooks-ts": "^3.1.1", "yaml": "^2.7.0", "zod": "^3.23.8" },