diff --git a/package-lock.json b/package-lock.json index 22084f9..27f6e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14434,9 +14434,9 @@ "dev": true }, "i18next": { - "version": "20.2.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", - "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", + "version": "20.2.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.3.tgz", + "integrity": "sha512-sSBob9VgFZayUNw27mS8Yl0vPK/cyDI+HMzLJrWKMWpX4Ie+Gvnhabo6P5d56/4Xz2I28PWvnDxFX40XrN15lg==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index ab3da7c..6c38fdd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-source-filesystem": "3.5.0", "gatsby-transformer-json": "3.5.0", "gatsby-transformer-sharp": "3.5.0", - "i18next": "20.2.2", + "i18next": "20.2.3", "locale": "0.1.0", "node-sass": "4.14.1", "prop-types": "15.7.2",