Bump react-i18next from 12.1.1 to 12.1.4 in /client

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.1 to 12.1.4.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v12.1.1...v12.1.4)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-09 21:19:58 +00:00
committed by GitHub
parent 2d7a041c25
commit 8627754976
2 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
"i18next-http-backend": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.1",
"react-i18next": "^12.1.4",
"sass": "^1.57.1",
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.1"
@@ -3823,11 +3823,11 @@
}
},
"node_modules/react-i18next": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
"integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz",
"integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.20.6",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
@@ -7350,11 +7350,11 @@
}
},
"react-i18next": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
"integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.4.tgz",
"integrity": "sha512-XQND7jYtgM7ht5PH3yIZljCRpAMTlH/zmngM9ZjToqa+0BR6xuu8c7QF0WIIOEjcMTB2S3iOfpN/xG/ZrAnO6g==",
"requires": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.20.6",
"html-parse-stringify": "^3.0.1"
}
},

View File

@@ -15,7 +15,7 @@
"i18next": "^22.4.8",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"react-i18next": "^12.1.1",
"react-i18next": "^12.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",