From 270d6d50baab1fd87a813545d46d33d12c8e2d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:54:42 +0000 Subject: [PATCH] deps: bump i18next from 26.0.4 to 26.0.6 Bumps [i18next](https://github.com/i18next/i18next) from 26.0.4 to 26.0.6. - [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.0.4...v26.0.6) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++---------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd47cc3..5319a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@react-three/fiber": "^9.5.0", "@tailwindcss/vite": "^4.2.2", "fflate": "^0.8.2", - "i18next": "^26.0.4", + "i18next": "^26.0.6", "i18next-browser-languagedetector": "^8.2.1", "react": "^19.2.5", "react-dom": "^19.2.5", @@ -1071,9 +1071,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1090,9 +1087,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1109,9 +1103,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1128,9 +1119,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1147,9 +1135,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1166,9 +1151,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3239,9 +3221,9 @@ } }, "node_modules/i18next": { - "version": "26.0.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.4.tgz", - "integrity": "sha512-gXF7U9bfioXPLv7mw8Qt2nfO7vij5MyINvPgVv99pX3fL1Y01pw2mKBFrlYpRxRCl2wz3ISenj6VsMJT2isfuA==", + "version": "26.0.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.6.tgz", + "integrity": "sha512-A4U6eCXodIbrhf8EarRurB9/4ebyaurH4+fu4gig9bqxmpSt+fCAFm/GpRQDcN1Xzu/LdFCx4nYHsnM1edIIbg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index b3d2354..e0322d6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@react-three/fiber": "^9.5.0", "@tailwindcss/vite": "^4.2.2", "fflate": "^0.8.2", - "i18next": "^26.0.4", + "i18next": "^26.0.6", "i18next-browser-languagedetector": "^8.2.1", "react": "^19.2.5", "react-dom": "^19.2.5",