From 04b2bf6fedbff48a4b01da0a5d93fb0d57a6b273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 20:10:35 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-react-svg from 3.0.1 to 3.1.0 in /docs Bumps [gatsby-plugin-react-svg](https://github.com/jacobmischka/gatsby-plugin-react-svg) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/jacobmischka/gatsby-plugin-react-svg/releases) - [Commits](https://github.com/jacobmischka/gatsby-plugin-react-svg/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: gatsby-plugin-react-svg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f5e405ff4812..e54d3f1cb4af 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": "^4.14.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 eccb48b37f0d..d57fdd90ac8b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-offline": "^4.14.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",