Update dependency i18next to v20.2.4

This commit is contained in:
Renovate Bot 2021-05-15 10:06:19 +00:00 committed by renovate[bot]
parent 49fcb52dd4
commit ea275bf8c9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14434,9 +14434,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "20.2.3", "version": "20.2.4",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.3.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.4.tgz",
"integrity": "sha512-sSBob9VgFZayUNw27mS8Yl0vPK/cyDI+HMzLJrWKMWpX4Ie+Gvnhabo6P5d56/4Xz2I28PWvnDxFX40XrN15lg==", "integrity": "sha512-goE1LCA/IZOGG26PkkqoOl2KWR7YP606SvokVQZ29J6QwE02KycrzNetoMUJeqYrTxs4rmiiZgZp+q8qofQL6Q==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }

View file

@ -37,7 +37,7 @@
"gatsby-source-filesystem": "3.5.0", "gatsby-source-filesystem": "3.5.0",
"gatsby-transformer-json": "3.5.0", "gatsby-transformer-json": "3.5.0",
"gatsby-transformer-sharp": "3.5.0", "gatsby-transformer-sharp": "3.5.0",
"i18next": "20.2.3", "i18next": "20.2.4",
"locale": "0.1.0", "locale": "0.1.0",
"node-sass": "4.14.1", "node-sass": "4.14.1",
"prop-types": "15.7.2", "prop-types": "15.7.2",