From 99d0a12aa6d3b62803ac4e5ddab0211e498a4dd5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Feb 2021 21:00:51 +0000 Subject: [PATCH] Update dependency gatsby-plugin-react-i18next to v1.0.4 --- 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 97957c9..2a3aab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12300,9 +12300,9 @@ } }, "gatsby-plugin-react-i18next": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-1.0.3.tgz", - "integrity": "sha512-QmNPT8smIRYwc7M6uaIQl+gL6P2wCgSg9IWnzpdYoVU14DRt435J2ACTeTSP4+GeulFkTzJxBrr9obSPoCAROA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-1.0.4.tgz", + "integrity": "sha512-sNM8aLYgmhmIiUiYy645HumAoimtmyujQ2kD1n+BpAy8i/HH29VwawyqebDMqnORhcnO+9Oj2o3MQxR7Uh/96w==", "requires": { "bluebird": "^3.7.2", "browser-lang": "^0.1.0", diff --git a/package.json b/package.json index 23cf19e..cfbcb50 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-manifest": "2.12.0", "gatsby-plugin-offline": "3.10.1", "gatsby-plugin-react-helmet": "3.10.0", - "gatsby-plugin-react-i18next": "1.0.3", + "gatsby-plugin-react-i18next": "1.0.4", "gatsby-plugin-robots-txt": "1.5.5", "gatsby-plugin-sass": "3.2.0", "gatsby-plugin-sharp": "2.14.1",