diff --git a/web/package-lock.json b/web/package-lock.json index 9e420c2..003d27d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,13 +16,13 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "hash-wasm": "^4.11.0", - "i18next": "^26.4.0", + "i18next": "^26.4.2", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.577.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.86.0", - "react-i18next": "^17.0.12", + "react-hook-form": "^7.87.0", + "react-i18next": "^17.0.13", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", @@ -3741,9 +3741,9 @@ } }, "node_modules/i18next": { - "version": "26.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.0.tgz", - "integrity": "sha512-rsmK5bFqsD1AetSFSIa43wtNR4WpvvH4p0tLEsTxkC7QTrfdFm06nbQ95bh8Og4wwaCnUEcm9DVYL2cgxitiQg==", + "version": "26.4.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.2.tgz", + "integrity": "sha512-RX+R0VLg13IbvRuJSxnqykUFS9vQZTl8wYpWPCIUDWVrSGjsQywB5Y+pjzrkboxGAuYfJZVH1InFTdgBdxq6ug==", "funding": [ { "type": "individual", @@ -5995,9 +5995,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.86.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.86.0.tgz", - "integrity": "sha512-4kbWJrh5jPZt1+YqVcXcGKffGcXV/XVbozknLh0Yjh0KhpoAkus21TAQhzRYqNwFkkObmnSvRlZZ3GT+ehoIrA==", + "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==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -6011,9 +6011,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.12", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.12.tgz", - "integrity": "sha512-lFWPEGkxQ6RhusdUkysFBD58VHfSSzvHBzqMgN0SvfVpdQGfwtNkStTqdy08/sJd7s807qqutgx93fRpD0DJ3Q==", + "version": "17.0.13", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.13.tgz", + "integrity": "sha512-Cc1PscmblIHA1kljTqDwrcVMI21ydgmUzw0UAeQBe7pAOgfuRLfzXze4EUBQoeDiICzFIXXhHFoZxuetNg5D0Q==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.7", diff --git a/web/package.json b/web/package.json index 2578326..cd3d7bc 100644 --- a/web/package.json +++ b/web/package.json @@ -25,13 +25,13 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "hash-wasm": "^4.11.0", - "i18next": "^26.4.0", + "i18next": "^26.4.2", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.577.0", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-hook-form": "^7.86.0", - "react-i18next": "^17.0.12", + "react-hook-form": "^7.87.0", + "react-i18next": "^17.0.13", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0",