Merge pull request #119 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.6.42

Bump gatsby-plugin-sharp from 2.6.40 to 2.6.42
This commit is contained in:
Kevin Kandlbinder 2020-10-13 18:37:24 +02:00 committed by GitHub
commit bd524e0a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -9394,9 +9394,9 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.40",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.40.tgz",
"integrity": "sha512-8HJMUFCwn70LS2eKttvQiakL+5PXhwthsaWEQnzsoj7C9fTg4gRi3ZtlQfII4kBq1pnhwFo5tQ30PtxtvVu5WA==",
"version": "2.6.42",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.42.tgz",
"integrity": "sha512-uqra+GDLEfE5Kv8Th1lkQKS6FIRwPzwipoWJBogfPLTnl0L3t+ogdEhN8p5d7G6SYoaukuGrix162mbQXqASBA==",
"requires": {
"@babel/runtime": "^7.11.2",
"async": "^3.2.0",

View file

@ -12,7 +12,7 @@
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.14",
"gatsby-plugin-sharp": "^2.6.40",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.12",
"gatsby-source-filesystem": "^2.3.34",