From b1fc9bf5144fec9b116ec0dd58648fb071d5e2a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Mar 2021 13:20:21 +0000 Subject: [PATCH] Update dependency gatsby-plugin-react-i18next to v1.1.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 ed2ef45..d4347ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12752,9 +12752,9 @@ } }, "gatsby-plugin-react-i18next": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-1.1.0.tgz", - "integrity": "sha512-i+TZ2pdWiv5Q74wSJxCkoFUpJ+R9Buz+Em1+fMMI3MC1UIPNNvFWqriqTjc/+FNcUXa3bvAbHKiEdDgn251OSA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-1.1.1.tgz", + "integrity": "sha512-nn2ON182ivf7zsMgjR6W5axkVZWHV37fH8mOjly5ZT4MpifMCnL6c2syfYUEIpKBgdmYu9VghswJzsYBe/2N/A==", "requires": { "bluebird": "^3.7.2", "browser-lang": "^0.1.0", diff --git a/package.json b/package.json index dcefb21..18b7817 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "3.1.0", "gatsby-plugin-offline": "4.1.0", "gatsby-plugin-react-helmet": "4.1.0", - "gatsby-plugin-react-i18next": "1.1.0", + "gatsby-plugin-react-i18next": "1.1.1", "gatsby-plugin-robots-txt": "1.5.5", "gatsby-plugin-sass": "4.1.0", "gatsby-plugin-sharp": "3.1.2",