diff --git a/package.json b/package.json index afdea2e5..10d2bee7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "rfdc": "^1.3.0", - "usehooks-ts": "2.9.4", + "usehooks-ts": "3.1.0", "web-vitals": "3.5.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e084ab90..38ec44e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11026,10 +11026,12 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -usehooks-ts@2.9.4: - version "2.9.4" - resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-2.9.4.tgz#188c0428b60e37a7fdc599567c10ea44a77e1d11" - integrity sha512-VOSEbA+BGGORLttsICowNb5CG0D2/IEoVvMEl9OuuOoQi99W6XuNipo3SPFhWo3Bhdwi0Swj1D+IMQDQB9KrwQ== +usehooks-ts@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/usehooks-ts/-/usehooks-ts-3.1.0.tgz#156119f36efc85f1b1952616c02580f140950eca" + integrity sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw== + dependencies: + lodash.debounce "^4.0.8" util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2"