Merge pull request #75 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-image-2.4.19

Bump gatsby-image from 2.4.16 to 2.4.19
This commit is contained in:
Kevin Kandlbinder 2020-09-25 19:48:23 +02:00 committed by GitHub
commit bb97c08812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View file

@ -9020,13 +9020,23 @@
}
},
"gatsby-image": {
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.16.tgz",
"integrity": "sha512-N5kJ3LE8re57DgR1lAZFWP2or0nCSuNXSUKvSBvVgxwcebdcFGCxN/xTJbU4ojFfFBJ/D4gKuxJrvLvDf3jcyg==",
"version": "2.4.19",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.19.tgz",
"integrity": "sha512-LThyQk3ylD8MrK/6TY46Cl8ihvWqIGf15gB6X4UphOxaU+3ZVy6mJUumFIt5ZxFEBhGoHI8lmymBItwMwcsqcg==",
"requires": {
"@babel/runtime": "^7.10.3",
"@babel/runtime": "^7.11.2",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-interface": {

View file

@ -7,7 +7,7 @@
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.24.65",
"gatsby-image": "^2.4.16",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.31",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-react-helmet": "^3.3.10",