chore(deps): bump gatsby-image to 2.2.36

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:05:48 -05:00
parent b2310dcded
commit 131fcfa7ad
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -10159,13 +10159,23 @@
}
},
"gatsby-image": {
"version": "2.2.33",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.33.tgz",
"integrity": "sha512-Mt8l7DXeXuqIwiYefcvOK1awzs4ofE5y3qW1Pmk/IA8AFTNqwDBsu2ZqxxCfbGoyUXVuXNvDArq1QGMJel7eqQ==",
"version": "2.2.36",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.36.tgz",
"integrity": "sha512-a5a/+busxSnKUWdZuWvCrMybLpHS6czK2Ltrt2Xa6ZIkGL/bZU4KR6t5ku8iO91Q0u32ss81WA2JwUCcctVDdA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@babel/runtime": "^7.7.6",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz",
"integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-link": {