Update dependency react-i18next to v11.8.12

This commit is contained in:
Renovate Bot 2021-03-26 11:57:51 +00:00 committed by renovate[bot]
parent cf902b5dc7
commit 9897955f61
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.11",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.11.tgz",
"integrity": "sha512-S17B952IB8T5Zs0SoGNR5zSHU5N7+X2D2OydhAtqNHT+iw9Tbt7WBNExufe9NbmpUQUUjKrCHIkl2diNTdGYtA==",
"version": "11.8.12",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz",
"integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==",
"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.11"
"react-i18next": "11.8.12"
},
"devDependencies": {
"@fab/actions": "1.0.0-rc.3-beta.1",