From b4295014955d607ffc673dc1f241ceec1f61e8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 01:25:36 +0000 Subject: [PATCH] chore(deps): bump the production group across 1 directory with 3 updates Bumps the production group with 3 updates in the /web directory: [i18next](https://github.com/i18next/i18next), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [react-i18next](https://github.com/i18next/react-i18next). Updates `i18next` from 26.4.0 to 26.4.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v26.4.0...v26.4.2) Updates `react-hook-form` from 7.86.0 to 7.87.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.86.0...v7.87.0) Updates `react-i18next` from 17.0.12 to 17.0.13 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.12...v17.0.13) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: react-hook-form dependency-version: 7.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: react-i18next dependency-version: 17.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 24 ++++++++++++------------ web/package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) 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",