Update dependency react-i18next to v11.9.0

This commit is contained in:
Renovate Bot 2021-05-25 08:11:23 +00:00 committed by renovate[bot]
parent a791a2e771
commit 3fdab5c410
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -19971,18 +19971,18 @@
}
},
"react-i18next": {
"version": "11.8.15",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.15.tgz",
"integrity": "sha512-ZbKcbYYKukgDL0MiUWKJTEsEftjSTNVZv67/V+SjPqTRwuF/aL4NbUtuEcb4WjHk0HyZ1M+2wGd07Fp0RUNHKA==",
"version": "11.9.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.9.0.tgz",
"integrity": "sha512-Yrvldj3gB0z5AMaJw5O1HojTUTjSZFkvQg4ycW4voNSmf/Is/jvHoNoUD0r1qc5lNtiKuMoJPOiiim5vovgbng==",
"requires": {
"@babel/runtime": "^7.13.6",
"html-parse-stringify": "^3.0.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.13.17",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -48,7 +48,7 @@
"react-dom": "17.0.2",
"react-github-btn": "1.2.0",
"react-helmet": "6.1.0",
"react-i18next": "11.8.15",
"react-i18next": "11.9.0",
"tsparticles": "1.27.0"
},
"devDependencies": {