Merge pull request #508 from gnmyt/dependabot/npm_and_yarn/client/react-i18next-14.0.0

Bump react-i18next from 13.5.0 to 14.0.0 in /client
This commit is contained in:
Mathias Wagner
2023-12-22 06:04:31 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -22,7 +22,7 @@
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-i18next": "^14.0.0",
"sass": "^1.69.5",
"uuid": "^9.0.1",
"vite": "^5.0.10",
@@ -4306,9 +4306,9 @@
}
},
"node_modules/react-i18next": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz",
"integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz",
"integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==",
"dependencies": {
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"
@@ -8144,9 +8144,9 @@
}
},
"react-i18next": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz",
"integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz",
"integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==",
"requires": {
"@babel/runtime": "^7.22.5",
"html-parse-stringify": "^3.0.1"
+1 -1
View File
@@ -20,7 +20,7 @@
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-i18next": "^14.0.0",
"sass": "^1.69.5",
"uuid": "^9.0.1",
"vite": "^5.0.10",