Merge pull request #150 from gnmyt/dependabot/npm_and_yarn/client/react-i18next-12.1.1

Bump react-i18next from 12.1.0 to 12.1.1 in /client
This commit is contained in:
Mathias Wagner
2022-12-09 07:03:37 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
"i18next-http-backend": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.0",
"react-i18next": "^12.1.1",
"sass": "^1.56.1",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.13.3"
@@ -3862,9 +3862,9 @@
}
},
"node_modules/react-i18next": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz",
"integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==",
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
"integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"
@@ -7325,9 +7325,9 @@
}
},
"react-i18next": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.0.tgz",
"integrity": "sha512-zYSWNCKklqulvXQFAo1TTZxI+DOflD8QQaGUIn58/FDJGiczCVf0X3g5zjY6h86+MLS3fpD5Dwziyi2DWmUD7Q==",
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.1.tgz",
"integrity": "sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"

View File

@@ -15,7 +15,7 @@
"i18next": "^22.1.4",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.2",
"react-i18next": "^12.1.0",
"react-i18next": "^12.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",