Merge pull request #238 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-image-2.8.0

Bump gatsby-image from 2.5.0 to 2.8.0
This commit is contained in:
Kevin Kandlbinder 2020-12-17 21:49:58 +01:00 committed by GitHub
commit ef170c8a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -8945,11 +8945,11 @@
}
},
"gatsby-image": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.5.0.tgz",
"integrity": "sha512-XS57PyRHSKileshs6kBqRs3KXsRVSR1xDYiSoCipDa3C4GDgUUPUPYFz+YjWAa2lk5vCkOEYk8vWdm4d2I77zA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.8.0.tgz",
"integrity": "sha512-yKoOdmO5E97PThF6W8KOr5zeg7nYu3sE44iOupyFKqUvCDRNg9aPBpruCE4Adfc3yxyhFIN70CGV6nAQNOtmvA==",
"requires": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},

View file

@ -7,7 +7,7 @@
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.29.1",
"gatsby-image": "^2.5.0",
"gatsby-image": "^2.8.0",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.6.0",