diff --git a/admin/package.json b/admin/package.json index e9c5e13c4..62cd8f67e 100644 --- a/admin/package.json +++ b/admin/package.json @@ -29,7 +29,7 @@ "lucide-react": "^0.395.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.5", + "react-hook-form": "^7.52.0", "react-i18next": "^14.1.0", "react-router-dom": "^6.23.1", "socket.io-client": "^4.7.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d327865f3..358c9691c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ importers: specifier: ^18.2.0 version: 18.3.1(react@18.3.1) react-hook-form: - specifier: ^7.51.5 - version: 7.51.5(react@18.3.1) + specifier: ^7.52.0 + version: 7.52.0(react@18.3.1) react-i18next: specifier: ^14.1.0 version: 14.1.2(i18next@23.11.5)(react-dom@18.3.1)(react@18.3.1) @@ -6269,11 +6269,11 @@ packages: react: 18.3.1 scheduler: 0.23.2 - /react-hook-form@7.51.5(react@18.3.1): - resolution: {integrity: sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==} + /react-hook-form@7.52.0(react@18.3.1): + resolution: {integrity: sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==} engines: {node: '>=12.22.0'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 + react: ^16.8.0 || ^17 || ^18 || ^19 dependencies: react: 18.3.1 dev: true