diff --git a/package-lock.json b/package-lock.json index ca8b90d..c649265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11750,9 +11750,9 @@ } }, "gatsby-plugin-react-svg": { - "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==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.0.tgz", + "integrity": "sha512-myZl5NjVZwLLn4ovwSDM7cufa8yjaRiU5KoufJrz8FEalRroZ/hFSCCKNVna3blTwxcS0rZgISigYn9/xY7rkw==", "requires": { "svg-react-loader": "^0.4.4" } diff --git a/package.json b/package.json index 740397f..4ce625c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-manifest": "^2.2.39", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-react-svg": "^2.1.2", + "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.3.10", "gatsby-plugin-styled-components": "^3.1.16", "gatsby-plugin-typescript": "^2.1.23",