Merge pull request #187 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-image-2.5.0

Bump gatsby-image from 2.4.21 to 2.5.0
This commit is contained in:
Kevin Kandlbinder 2020-11-15 23:49:51 +01:00 committed by GitHub
commit d0365e9282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -8813,9 +8813,9 @@
}
},
"gatsby-image": {
"version": "2.4.21",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.21.tgz",
"integrity": "sha512-OrXJkCR7z5SYkBumjPyoZbV9RqQQZsIvO1JM4WyzIMKcOCKhpOFChCahLXdi0Ggnw0yVk58CAFYGWUjNeVdUpQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.5.0.tgz",
"integrity": "sha512-XS57PyRHSKileshs6kBqRs3KXsRVSR1xDYiSoCipDa3C4GDgUUPUPYFz+YjWAa2lk5vCkOEYk8vWdm4d2I77zA==",
"requires": {
"@babel/runtime": "^7.11.2",
"object-fit-images": "^3.2.4",
@ -8823,9 +8823,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -7,7 +7,7 @@
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.26.0",
"gatsby-image": "^2.4.21",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",