From 1e8cc87952350d20864211ad0f3d613dff303c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 00:19:53 +0100 Subject: [PATCH] build(deps): bump gatsby-plugin-react-svg from 3.0.1 to 3.1.0 in /docs (#2323) --- docs/package-lock.json | 20 ++++++++++---------- docs/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 07a4fc91a024..b694416214d7 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -25,7 +25,7 @@ "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.1", + "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.10.0", @@ -12719,14 +12719,14 @@ } }, "node_modules/gatsby-plugin-react-svg": { - "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==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.1.0.tgz", + "integrity": "sha512-OiEeTRQ+tzf7YrOnj87uMD6AGRl7BKxogAp1CUDtfiP+WGWZ99S5PeDLHJW5ExxGH1NVzWlNgtJjNmJhDksPhg==", "dependencies": { - "svg-react-loader": "^0.4.4" + "svg-react-loader": "^0.4.6" }, "peerDependencies": { - "gatsby": "^3.0.0 || ^2.0.0" + "gatsby": "^4.0.0 || ^3.0.0 || ^2.0.0" } }, "node_modules/gatsby-plugin-robots-txt": { @@ -39989,11 +39989,11 @@ } }, "gatsby-plugin-react-svg": { - "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==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.1.0.tgz", + "integrity": "sha512-OiEeTRQ+tzf7YrOnj87uMD6AGRl7BKxogAp1CUDtfiP+WGWZ99S5PeDLHJW5ExxGH1NVzWlNgtJjNmJhDksPhg==", "requires": { - "svg-react-loader": "^0.4.4" + "svg-react-loader": "^0.4.6" } }, "gatsby-plugin-robots-txt": { diff --git a/docs/package.json b/docs/package.json index 700b05d390f5..ce094924db42 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^5.0.0", "gatsby-plugin-react-helmet": "^3.10.0", - "gatsby-plugin-react-svg": "^3.0.1", + "gatsby-plugin-react-svg": "^3.1.0", "gatsby-plugin-robots-txt": "^1.6.10", "gatsby-plugin-sharp": "^3.10.2", "gatsby-plugin-sitemap": "^4.10.0",