build(deps): bump gatsby-plugin-react-svg from 3.0.0 to 3.0.1 in /docs (#2031)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-01 13:33:07 +08:00 committed by GitHub
parent fe3e2b8c59
commit 9e3e5511d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

17
docs/package-lock.json generated
View File

@ -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.4",
"gatsby-plugin-sitemap": "^2.12.0",
@ -11146,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": {
@ -37832,9 +37835,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"
}

View File

@ -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.4",
"gatsby-plugin-sitemap": "^2.12.0",