From 6ec16ffdfa6ad67e6ee1e616e1f08eb665c22e78 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 23 Sep 2019 17:47:16 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-react-svg to 2.1.2 --- 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 ce4b5c8..2271cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9411,9 +9411,9 @@ } }, "gatsby-plugin-react-svg": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-2.1.1.tgz", - "integrity": "sha512-aWG283AvueCS0U4yZ+QujQnz4GDNoIBYMQ8MpQEvB+k6o+5DPZ473Cz+rlEejoevVxVeCVwuuu4K9phGIGk+7Q==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-2.1.2.tgz", + "integrity": "sha512-y2vqiI/+bW8UPNL8628NwoX6kHtM4WJz6CiHPc9fhvSUa2Y8wriFJnGl1K249/9RXomOUQhl7r7JOuVhweSl1w==", "requires": { "svg-react-loader": "^0.4.4" } diff --git a/package.json b/package.json index 9f993e8..4dca6ae 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-plugin-offline": "^3.0.8", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.8", - "gatsby-plugin-react-svg": "^2.1.1", + "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-sharp": "^2.2.9", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-typescript": "^2.1.2",