Update dependency i18next to v20.6.0

This commit is contained in:
Renovate Bot 2021-09-01 11:00:43 +00:00 committed by renovate[bot]
parent 41688a989b
commit 8d74c11db3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -13877,9 +13877,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"i18next": {
"version": "20.5.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.5.0.tgz",
"integrity": "sha512-Mdw2e60XndOKSG0Ceta5R+902/pgwHHkqOhQ7+X4223RmCl5ItatLyx06jqiknGZFe3lRU/x6TAdF9aLL6BQ/Q==",
"version": "20.6.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz",
"integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -38,7 +38,7 @@
"gatsby-source-filesystem": "3.13.0",
"gatsby-transformer-json": "3.13.0",
"gatsby-transformer-sharp": "3.13.0",
"i18next": "20.5.0",
"i18next": "20.6.0",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",