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

This commit is contained in:
dependabot[bot] 2021-11-02 00:19:53 +01:00 committed by GitHub
parent 9474b265b4
commit 1e8cc87952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
docs/package-lock.json generated
View File

@ -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": {

View File

@ -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",