From 4c426a5073578945cb41e7d2107ed3cd7396c7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:49:44 +0000 Subject: [PATCH] Bump usehooks-ts from 2.16.0 to 3.1.0 Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.16.0 to 3.1.0. - [Release notes](https://github.com/juliencrn/usehooks-ts/releases) - [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@2.16.0...usehooks-ts@3.1.0) --- updated-dependencies: - dependency-name: usehooks-ts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 202cc507..924bebc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "styled-components": "^6.1.11", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^2.16.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.4.5", "zod": "^3.23.8" }, @@ -19542,9 +19542,9 @@ } }, "node_modules/usehooks-ts": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.16.0.tgz", - "integrity": "sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==", + "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 9d4d1dc1..62782c28 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "styled-components": "^6.1.11", "swagger-ui-react": "^5.17.14", "swr": "^2.2.5", - "usehooks-ts": "^2.16.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.4.5", "zod": "^3.23.8" },