Update dependency i18next to v20.2.2

This commit is contained in:
Renovate Bot 2021-04-26 21:18:12 +00:00 committed by renovate[bot]
parent b7811e49b3
commit 803185e5a6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14224,9 +14224,9 @@
"dev": true
},
"i18next": {
"version": "20.2.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz",
"integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==",
"version": "20.2.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz",
"integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

@ -37,7 +37,7 @@
"gatsby-source-filesystem": "3.3.0",
"gatsby-transformer-json": "3.3.0",
"gatsby-transformer-sharp": "3.3.0",
"i18next": "20.2.1",
"i18next": "20.2.2",
"locale": "0.1.0",
"node-sass": "4.14.1",
"prop-types": "15.7.2",