Merge pull request #2133 from arc53/dependabot/npm_and_yarn/frontend/react-i18next-16.2.4

chore(deps): bump react-i18next from 15.7.4 to 16.2.4 in /frontend
This commit is contained in:
Manish Madan
2025-11-05 20:23:15 +05:30
committed by GitHub
2 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-google-drive-picker": "^1.2.2", "react-google-drive-picker": "^1.2.2",
"react-i18next": "^15.4.0", "react-i18next": "^16.2.4",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router-dom": "^7.6.1", "react-router-dom": "^7.6.1",
@@ -9762,16 +9762,17 @@
} }
}, },
"node_modules/react-i18next": { "node_modules/react-i18next": {
"version": "15.7.4", "version": "16.2.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.4.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz",
"integrity": "sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==", "integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.27.6", "@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": { "peerDependencies": {
"i18next": ">= 23.4.0", "i18next": ">= 25.5.2",
"react": ">= 16.8.0", "react": ">= 16.8.0",
"typescript": "^5" "typescript": "^5"
}, },

View File

@@ -33,7 +33,7 @@
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-google-drive-picker": "^1.2.2", "react-google-drive-picker": "^1.2.2",
"react-i18next": "^15.4.0", "react-i18next": "^16.2.4",
"react-markdown": "^9.0.1", "react-markdown": "^9.0.1",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router-dom": "^7.6.1", "react-router-dom": "^7.6.1",