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

This commit is contained in:
Jean-Philippe Sirois
2020-05-19 23:50:58 -04:00
parent 186ff93f0a
commit aa96e84ac0
2 changed files with 19 additions and 6 deletions
+18 -5
View File
@@ -9477,22 +9477,22 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz",
"integrity": "sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==",
"version": "2.6.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.6.tgz",
"integrity": "sha512-jf3rv1huON0x5IKm6Vi6cVHo9pI4CRGOF6vaOVZY2fI7MVzEihOB1qg8Otqfg2DjoWzX6aWvvcspsS98U6pRqA==",
"requires": {
"@babel/runtime": "^7.9.6",
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.1",
"gatsby-core-utils": "^1.3.0",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.1",
"imagemin-webp": "^5.1.0",
"lodash": "^4.17.15",
"mini-svg-data-uri": "^1.1.3",
"mini-svg-data-uri": "^1.2.3",
"potrace": "^2.1.6",
"probe-image-size": "^4.1.1",
"progress": "^2.0.3",
@@ -9509,6 +9509,19 @@
"requires": {
"lodash": "^4.17.14"
}
},
"gatsby-core-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
}
},
+1 -1
View File
@@ -37,7 +37,7 @@
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.3.1",