diff --git a/package-lock.json b/package-lock.json index b415f76..b7ec299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12368,9 +12368,9 @@ "dev": true }, "i18next": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.4.tgz", - "integrity": "sha512-FfVPNWv+felJObeZ6DSXZkj9QM1Ivvh7NcFCgA8XPtJWHz0iXVa9BUy+QY8EPrCLE+vWgDfV/sc96BgXVo6HAA==", + "version": "19.8.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", + "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index bb3673c..e99ae94 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-source-filesystem": "^2.10.0", "gatsby-transformer-json": "^2.10.0", "gatsby-transformer-sharp": "^2.11.0", - "i18next": "^19.8.4", + "i18next": "^19.8.7", "jquery": "^3.5.1", "locale": "^0.1.0", "node-sass": "^4.14.1",