From 518ea776e87c033c82c3d3495ef40a52f0184bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:23:42 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-svg from 3.0.0 to 3.0.1 in /docs Bumps [gatsby-plugin-react-svg](https://github.com/jacobmischka/gatsby-plugin-react-svg) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/jacobmischka/gatsby-plugin-react-svg/releases) - [Commits](https://github.com/jacobmischka/gatsby-plugin-react-svg/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] --- docs/package-lock.json | 20 +++++++++++--------- docs/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c42585447ecb..d66588ff828a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.0", + "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.14.3", "gatsby-plugin-sitemap": "^2.12.0", @@ -51,8 +51,7 @@ "react-icons": "^4.2.0", "react-live": "^2.2.3", "url-join": "^4.0.1" - }, - "devDependencies": {} + } }, "node_modules/@ardatan/aggregate-error": { "version": "0.0.6", @@ -11147,11 +11146,14 @@ } }, "node_modules/gatsby-plugin-react-svg": { - "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==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz", + "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==", "dependencies": { "svg-react-loader": "^0.4.4" + }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-robots-txt": { @@ -37930,9 +37932,9 @@ } }, "gatsby-plugin-react-svg": { - "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==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz", + "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==", "requires": { "svg-react-loader": "^0.4.4" } diff --git a/docs/package.json b/docs/package.json index e68b2cb2f8c3..8fc12a8f4dc4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.0", + "gatsby-plugin-react-svg": "^3.0.1", "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sharp": "^2.14.3", "gatsby-plugin-sitemap": "^2.12.0",