1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00

Bump gatsby-plugin-sharp from 2.6.3 to 2.6.6

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 2.6.3 to 2.6.6.
- [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.6/packages/gatsby-plugin-sharp)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-20 05:35:20 +00:00 committed by GitHub
parent 4f2d207e6a
commit 2884d90e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 9 deletions

29
package-lock.json generated
View File

@ -10515,15 +10515,15 @@
}
},
"gatsby-plugin-sharp": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz",
"integrity": "sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==",
"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.2",
"gatsby-core-utils": "^1.3.0",
"got": "^8.3.2",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
@ -10549,13 +10549,16 @@
}
},
"gatsby-core-utils": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz",
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==",
"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",
"node-object-hash": "^2.0.0"
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
}
@ -19643,6 +19646,16 @@
"react-is": "^16.8.1"
}
},
"proper-lockfile": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.1.tgz",
"integrity": "sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==",
"requires": {
"graceful-fs": "^4.1.11",
"retry": "^0.12.0",
"signal-exit": "^3.0.2"
}
},
"property-information": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.5.0.tgz",

View File

@ -31,7 +31,7 @@
"gatsby-plugin-offline": "^3.2.3",
"gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",