From 3cd8e62ce3ea6bbfa5048d61dc7aabd7b0d6ec6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Sep 2021 09:35:08 +0000 Subject: [PATCH] Update dependency i18next to v20.6.1 --- 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 8b84621..e752713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13879,9 +13879,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "20.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", - "integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", + "version": "20.6.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz", + "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index c553577..ee9d84d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-source-filesystem": "3.13.0", "gatsby-transformer-json": "3.13.0", "gatsby-transformer-sharp": "3.13.0", - "i18next": "20.6.0", + "i18next": "20.6.1", "locale": "0.1.0", "node-sass": "4.14.1", "prop-types": "15.7.2",