Update dependency i18next to v19.9.1

This commit is contained in:
Renovate Bot 2021-03-01 08:51:57 +00:00 committed by renovate[bot]
parent 58f4b2174a
commit 7c751e61a8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -14173,9 +14173,9 @@
"dev": true
},
"i18next": {
"version": "19.9.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz",
"integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==",
"version": "19.9.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz",
"integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==",
"requires": {
"@babel/runtime": "^7.12.0"
}

View file

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