Update dependency react-i18next to v11.8.11

This commit is contained in:
Renovate Bot 2021-03-24 10:58:40 +00:00 committed by renovate[bot]
parent 9260709836
commit f2683c485e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -20002,9 +20002,9 @@
}
},
"react-i18next": {
"version": "11.8.10",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.10.tgz",
"integrity": "sha512-ckjNzMjYkmx4fQ8zzuaYTosYN3Co6ebrgCQJzuZCcGFYSR/kGHZzSu0xw9VhtnbjJVKx0gEMV3DLRvzi4xDZUw==",
"version": "11.8.11",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz",
"integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==",
"requires": {
"@babel/runtime": "^7.13.6",
"html-parse-stringify2": "^2.0.1"

View file

@ -45,7 +45,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-i18next": "11.8.10"
"react-i18next": "11.8.11"
},
"devDependencies": {
"@fab/actions": "1.0.0-rc.3-beta.1",