Merge pull request #120 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-image-2.4.21

Bump gatsby-image from 2.4.20 to 2.4.21
This commit is contained in:
Kevin Kandlbinder 2020-10-14 17:28:19 +02:00 committed by GitHub
commit c12eb5ff46
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

@ -9067,9 +9067,9 @@
}
},
"gatsby-image": {
"version": "2.4.20",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.20.tgz",
"integrity": "sha512-Q8+h9nPcWI8SZvzaAoeR2qZfLyKVhYDzBzllT5nigkV5DS1585u7IXawTB6HZQWeleMtf+rKAvYDujPtkNw3lw==",
"version": "2.4.21",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.4.21.tgz",
"integrity": "sha512-OrXJkCR7z5SYkBumjPyoZbV9RqQQZsIvO1JM4WyzIMKcOCKhpOFChCahLXdi0Ggnw0yVk58CAFYGWUjNeVdUpQ==",
"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.76",
"gatsby-image": "^2.4.20",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-react-helmet": "^3.3.14",