Update dependency i18next to v21

This commit is contained in:
Renovate Bot 2021-09-20 17:47:40 +00:00 committed by renovate[bot]
parent 28e67258aa
commit d41a67cd71
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14200,9 +14200,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"i18next": {
"version": "20.6.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz",
"integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==",
"version": "21.0.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.0.0.tgz",
"integrity": "sha512-17A00z5ASuOJkPUNSUMaZcfL3zOm2qYiN8UBIYhNYNmPbPrcP+IfabGEFEICv8CCStr/cbjF0Jk/IXNX9hj3ZA==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -38,7 +38,7 @@
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-json": "3.14.0",
"gatsby-transformer-sharp": "3.14.0",
"i18next": "20.6.1",
"i18next": "21.0.0",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",