Bump gatsby-image from 2.4.19 to 2.4.20

Bumps [gatsby-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-image) from 2.4.19 to 2.4.20.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-image/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-image@2.4.20/packages/gatsby-image)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-29 21:13:42 +00:00 committed by GitHub
parent 49cf1e1930
commit 403e5af70e
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

@ -9020,9 +9020,9 @@
}
},
"gatsby-image": {
"version": "2.4.19",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.19.tgz",
"integrity": "sha512-LThyQk3ylD8MrK/6TY46Cl8ihvWqIGf15gB6X4UphOxaU+3ZVy6mJUumFIt5ZxFEBhGoHI8lmymBItwMwcsqcg==",
"version": "2.4.20",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.20.tgz",
"integrity": "sha512-Q8+h9nPcWI8SZvzaAoeR2qZfLyKVhYDzBzllT5nigkV5DS1585u7IXawTB6HZQWeleMtf+rKAvYDujPtkNw3lw==",
"requires": {
"@babel/runtime": "^7.11.2",
"object-fit-images": "^3.2.4",

View file

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