Update dependency i18next to v19.8.8

This commit is contained in:
Renovate Bot 2021-02-16 21:04:20 +00:00 committed by renovate[bot]
parent eca294df85
commit 97ec909d2f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14078,9 +14078,9 @@
"dev": true "dev": true
}, },
"i18next": { "i18next": {
"version": "19.8.7", "version": "19.8.8",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz",
"integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0" "@babel/runtime": "^7.12.0"
} }

View file

@ -37,7 +37,7 @@
"gatsby-source-filesystem": "2.11.0", "gatsby-source-filesystem": "2.11.0",
"gatsby-transformer-json": "2.11.0", "gatsby-transformer-json": "2.11.0",
"gatsby-transformer-sharp": "2.12.0", "gatsby-transformer-sharp": "2.12.0",
"i18next": "19.8.7", "i18next": "19.8.8",
"jquery": "3.5.1", "jquery": "3.5.1",
"locale": "0.1.0", "locale": "0.1.0",
"node-sass": "4.14.1", "node-sass": "4.14.1",