Update dependency react-i18next to v11.12.0

This commit is contained in:
Renovate Bot 2021-09-08 15:38:22 +00:00 committed by renovate[bot]
parent 3cd8e62ce3
commit cfa4501f16
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -18279,18 +18279,18 @@
} }
}, },
"react-i18next": { "react-i18next": {
"version": "11.11.4", "version": "11.12.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz",
"integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==", "integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==",
"requires": { "requires": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1" "html-parse-stringify": "^3.0.1"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.14.8", "version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
"integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View file

@ -46,7 +46,7 @@
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-github-btn": "1.2.1", "react-github-btn": "1.2.1",
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-i18next": "11.11.4", "react-i18next": "11.12.0",
"tsparticles": "1.34.0" "tsparticles": "1.34.0"
}, },
"devDependencies": { "devDependencies": {