diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index e0b70a95d23..3c907310920 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -27,7 +27,7 @@ "@chakra-ui/theme-tools": "^2.1.2", "@emotion/react": "11.13.3", "@emotion/styled": "11.13.0", - "@hookform/resolvers": "^3.9.0", + "@hookform/resolvers": "^3.9.1", "@marsidev/react-turnstile": "^1.0.2", "@n8tb1t/use-scroll-position": "^2.0.3", "@radix-ui/react-alert-dialog": "^1.1.2", diff --git a/apps/wallet-ui/package.json b/apps/wallet-ui/package.json index e118efbaea1..33b2c78555b 100644 --- a/apps/wallet-ui/package.json +++ b/apps/wallet-ui/package.json @@ -10,7 +10,7 @@ "fix": "biome check ./src --fix" }, "dependencies": { - "@hookform/resolvers": "^3.9.0", + "@hookform/resolvers": "^3.9.1", "@noble/curves": "1.6.0", "@radix-ui/react-dialog": "1.1.2", "@radix-ui/react-label": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 963cf2ece7d..aa998cf83bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,8 +77,8 @@ importers: specifier: 11.13.0 version: 11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) '@hookform/resolvers': - specifier: ^3.9.0 - version: 3.9.0(react-hook-form@7.52.0(react@18.3.1)) + specifier: ^3.9.1 + version: 3.9.1(react-hook-form@7.52.0(react@18.3.1)) '@marsidev/react-turnstile': specifier: ^1.0.2 version: 1.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -707,8 +707,8 @@ importers: apps/wallet-ui: dependencies: '@hookform/resolvers': - specifier: ^3.9.0 - version: 3.9.0(react-hook-form@7.52.0(react@18.3.1)) + specifier: ^3.9.1 + version: 3.9.1(react-hook-form@7.52.0(react@18.3.1)) '@noble/curves': specifier: 1.6.0 version: 1.6.0 @@ -2919,8 +2919,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@hookform/resolvers@3.9.0': - resolution: {integrity: sha512-bU0Gr4EepJ/EQsH/IwEzYLsT/PEj5C0ynLQ4m+GSHS+xKH4TfSelhluTgOaoc4kA5s7eCsQbM4wvZLzELmWzUg==} + '@hookform/resolvers@3.9.1': + resolution: {integrity: sha512-ud2HqmGBM0P0IABqoskKWI6PEf6ZDDBZkFqe2Vnl+mTHCEHzr3ISjjZyCwTjC/qpL25JC9aIDkloQejvMeq0ug==} peerDependencies: react-hook-form: ^7.0.0 @@ -16989,7 +16989,7 @@ snapshots: dependencies: graphql: 15.8.0 - '@hookform/resolvers@3.9.0(react-hook-form@7.52.0(react@18.3.1))': + '@hookform/resolvers@3.9.1(react-hook-form@7.52.0(react@18.3.1))': dependencies: react-hook-form: 7.52.0(react@18.3.1)