chore(deps): bump gatsby-image to 2.2.33

This commit is contained in:
Jean-Philippe Sirois
2019-11-21 03:58:51 -05:00
parent 7f97421a9d
commit 12db071eac
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -9784,13 +9784,23 @@
}
},
"gatsby-image": {
"version": "2.2.29",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.29.tgz",
"integrity": "sha512-QpF5EBE6N0E13FyencBTmYopFEqb30MYlY7eFNvN7dAOSa6Nl218ey92xYo8b0L8uCPcAaD/uTiNK4WPXxc6DA==",
"version": "2.2.33",
"resolved": "https://registry.npmjs.org/gatsby-image/-/gatsby-image-2.2.33.tgz",
"integrity": "sha512-Mt8l7DXeXuqIwiYefcvOK1awzs4ofE5y3qW1Pmk/IA8AFTNqwDBsu2ZqxxCfbGoyUXVuXNvDArq1QGMJel7eqQ==",
"requires": {
"@babel/runtime": "^7.6.3",
"@babel/runtime": "^7.7.2",
"object-fit-images": "^3.2.4",
"prop-types": "^15.7.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz",
"integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-link": {
+1 -1
View File
@@ -30,7 +30,7 @@
"dependencies": {
"@reach/router": "^1.2.1",
"gatsby": "^2.18.1",
"gatsby-image": "^2.2.29",
"gatsby-image": "^2.2.33",
"gatsby-plugin-layout": "^1.1.13",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-mdx": "^1.0.53",