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

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:39:51 -04:00
parent b315e2a652
commit 1c4c5e0430
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -9839,15 +9839,15 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.6.tgz",
"integrity": "sha512-jf3rv1huON0x5IKm6Vi6cVHo9pI4CRGOF6vaOVZY2fI7MVzEihOB1qg8Otqfg2DjoWzX6aWvvcspsS98U6pRqA==",
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.9.tgz",
"integrity": "sha512-H90sUQoFxSYN1n7awKfzidltyf+Ho5YpVZxSdEnv3nermNT07sLLarCz3Mtg7DKnxSePmXuWz6Mu30+CgToQ0g==",
"requires": {
"@babel/runtime": "^7.9.6",
"async": "^2.6.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.0",
"gatsby-core-utils": "^1.3.3",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@@ -9873,9 +9873,9 @@
}
},
"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==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz",
"integrity": "sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
+1 -1
View File
@@ -41,7 +41,7 @@
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-transformer-remark": "^2.8.10",