Update dependency i18next to v20.2.3

This commit is contained in:
Renovate Bot 2021-05-15 08:09:09 +00:00 committed by renovate[bot]
parent c6ea2d2214
commit 49fcb52dd4
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.2", "version": "20.2.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.3.tgz",
"integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "integrity": "sha512-sSBob9VgFZayUNw27mS8Yl0vPK/cyDI+HMzLJrWKMWpX4Ie+Gvnhabo6P5d56/4Xz2I28PWvnDxFX40XrN15lg==",
"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.2", "i18next": "20.2.3",
"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",