chore(deps): bump gatsby-plugin-sharp to 2.4.8

This commit is contained in:
Jean-Philippe Sirois
2020-03-10 22:40:20 -04:00
parent 1f063179af
commit 9d19adfb82
2 changed files with 18 additions and 11 deletions
+17 -10
View File
@@ -9909,15 +9909,15 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.3.tgz",
"integrity": "sha512-d7nxPHbswrpCccUf0HtzWf9dvAqmcVXLQllqgvfeoQ/nOetFwFAqT14aQaVXV+nOcbzGQIMEA/ShTNnrpF8Hag==",
"version": "2.4.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.4.8.tgz",
"integrity": "sha512-WbQ5koNtUnb+5uXMUeI0AHT0go4WLYaezy4lc+vJIYmxQwmJfKipqCWNEbcx74mYfYmPxWKwGNdm7PxTdiP0Hw==",
"requires": {
"@babel/runtime": "^7.7.6",
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.0.26",
"gatsby-core-utils": "^1.0.31",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@@ -9941,6 +9941,16 @@
"requires": {
"lodash": "^4.17.14"
}
},
"gatsby-core-utils": {
"version": "1.0.31",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.31.tgz",
"integrity": "sha512-QvyAaC2nK+34giEPn2eMMkruvzyz4cD3+68RFV9A71HDuLU7FTgnhahyV8QmqZdjK2zVnhEIs2rGuf4weEuu1g==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.0",
"node-object-hash": "^2.0.0"
}
}
}
},
@@ -11983,12 +11993,9 @@
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
},
"is-finite": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
"integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
"requires": {
"number-is-nan": "^1.0.0"
}
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
"integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
},
"is-fullwidth-code-point": {
"version": "2.0.0",