1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-03 15:47:37 +01:00

Bump gatsby-plugin-sharp from 2.6.6 to 2.6.8

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.6 to 2.6.8.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@2.6.8/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-21 06:10:00 +00:00 committed by GitHub
parent dff9b88e98
commit a3a52ce7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 5 deletions

21
package-lock.json generated
View File

@ -11073,15 +11073,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.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.8.tgz",
"integrity": "sha512-tsSQ8EFOpw+FLudon/h6YipHRVZ62Z/l5aYR2oBbPI0/AObrry1nvwmF6ovVLPFzI+D3GvPml7bvkGWLThKaZg==",
"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.2",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@ -11115,6 +11115,19 @@
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
},
"gatsby-core-utils": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.2.tgz",
"integrity": "sha512-aNecB7D9KFGITArBoEu7Y4g2ZN2zVY+BB2uF9Ql8mp1fcRZFXZdkNvyXqiKsyDFRl/UdBT4u6Zrym1bXk0SWig==",
"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"
}
}
}
},

View File

@ -52,7 +52,7 @@
"gatsby-plugin-offline": "^3.2.4",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sharp": "^2.6.8",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",