mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-12 00:29:54 -06:00
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:
14
client/package-lock.json
generated
14
client/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user