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",