diff --git a/package-lock.json b/package-lock.json index 13afde4..6a00448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "qrcode.react": "^4.2.0", "react": "^19.3.0", "react-dom": "^19.3.0", - "react-hook-form": "^7.87.0", + "react-hook-form": "^7.88.0", "react-i18next": "^17.0.14", "react-is": "^19.2.8", "react-router": "^8.3.1", @@ -53,7 +53,7 @@ "tw-animate-css": "^1.4.0", "wavesurfer.js": "^7.12.12", "web-vitals": "^5.3.0", - "zod": "^4.5.4", + "zod": "^4.6.5", "zustand": "^5.0.15" }, "devDependencies": { @@ -10160,9 +10160,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.87.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.87.0.tgz", - "integrity": "sha512-zhFzWvLxNHH+8839OnZcUxgMZw88ah2jZWDWvKWgF3Tpbnd0vKL+dlcuU3nZVWESZQjd81EW8K+wU+cYfYAc0w==", + "version": "7.88.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.88.0.tgz", + "integrity": "sha512-QRaLOWhX93YCnMiRfnOFRSwWXZNt8qhm2JTZwypoDvKpSffTJHmpzMXt8U6PV5UThvL3IiiLDUWe2nHMtz6Mmw==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -12670,9 +12670,9 @@ } }, "node_modules/zod": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz", - "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==", + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.6.5.tgz", + "integrity": "sha512-v5l/aFXZQeai4awLbOpSoHecE9UiMrnfx75tEXLjNonXVARxQ5mOeipTjROUchszUNCqnE+hqAMujRsRHsut2Q==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 8c6787c..431cc9f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "qrcode.react": "^4.2.0", "react": "^19.3.0", "react-dom": "^19.3.0", - "react-hook-form": "^7.87.0", + "react-hook-form": "^7.88.0", "react-i18next": "^17.0.14", "react-is": "^19.2.8", "react-router": "^8.3.1", @@ -83,7 +83,7 @@ "tw-animate-css": "^1.4.0", "wavesurfer.js": "^7.12.12", "web-vitals": "^5.3.0", - "zod": "^4.5.4", + "zod": "^4.6.5", "zustand": "^5.0.15" }, "devDependencies": {