From 97ec909d2f4329ffd80e4990b774abf5e572aef4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Feb 2021 21:04:20 +0000 Subject: [PATCH] Update dependency i18next to v19.8.8 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c83a7c..51eaee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14078,9 +14078,9 @@ "dev": true }, "i18next": { - "version": "19.8.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", - "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", + "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index cb3cf6d..1cf95ba 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-source-filesystem": "2.11.0", "gatsby-transformer-json": "2.11.0", "gatsby-transformer-sharp": "2.12.0", - "i18next": "19.8.7", + "i18next": "19.8.8", "jquery": "3.5.1", "locale": "0.1.0", "node-sass": "4.14.1",