build(deps): bump react-i18next from 16.1.4 to 16.1.5 in /frontend in the i18next group (#5192)

This commit is contained in:
Quentin Gliech
2025-11-05 14:41:53 +01:00
committed by GitHub
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -23,7 +23,7 @@
"i18next": "^25.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.1.4",
"react-i18next": "^16.2.4",
"swagger-ui-dist": "^5.29.5",
"valibot": "^1.1.0",
"vaul": "^1.1.2"
@@ -11165,13 +11165,14 @@
}
},
"node_modules/react-i18next": {
"version": "16.1.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.4.tgz",
"integrity": "sha512-0UUKZDHjKnLk6dfbYXEZ9CVqLMpNiul+dHbPVQo2z2t1GkdirkeHXb/TtdsNuv+nyNOTDl1Jp6F6uwf9M3DMcg==",
"version": "16.2.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz",
"integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.27.6",
"html-parse-stringify": "^3.0.1"
"html-parse-stringify": "^3.0.1",
"use-sync-external-store": "^1.6.0"
},
"peerDependencies": {
"i18next": ">= 25.5.2",
@@ -13054,9 +13055,9 @@
}
},
"node_modules/use-sync-external-store": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
"integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
+1 -1
View File
@@ -33,7 +33,7 @@
"i18next": "^25.6.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.1.4",
"react-i18next": "^16.2.4",
"swagger-ui-dist": "^5.29.5",
"valibot": "^1.1.0",
"vaul": "^1.1.2"