1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

Bump gatsby-plugin-sharp from 2.6.2 to 2.6.3

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-16 21:55:13 +00:00 committed by GitHub
parent 53b4128281
commit d3e7f58328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View File

@ -11119,22 +11119,22 @@
} }
}, },
"gatsby-plugin-sharp": { "gatsby-plugin-sharp": {
"version": "2.6.2", "version": "2.6.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.3.tgz",
"integrity": "sha512-PjUjcZxr6pQpEFbv2KU1UkmDo5Amc4deU8Ih88EXoVU/4ZwreRKKC7pjKIeSm4V+E8RbRWAxLBQPxo0Qu81t0Q==", "integrity": "sha512-9ZcQpDSEUpWtfbGvmjRXNZsPxg6/8cK/NwHnAXcdRy3vpsrHM7WGJH6W0NdT+GuZLFDRApm3TgAfUhVuwkdzmw==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.9.6",
"async": "^2.6.3", "async": "^2.6.3",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.2.1", "gatsby-core-utils": "^1.2.2",
"got": "^8.3.2", "got": "^8.3.2",
"imagemin": "^6.1.0", "imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0", "imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^6.0.1", "imagemin-pngquant": "^6.0.1",
"imagemin-webp": "^5.1.0", "imagemin-webp": "^5.1.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"mini-svg-data-uri": "^1.1.3", "mini-svg-data-uri": "^1.2.3",
"potrace": "^2.1.6", "potrace": "^2.1.6",
"probe-image-size": "^4.1.1", "probe-image-size": "^4.1.1",
"progress": "^2.0.3", "progress": "^2.0.3",
@ -11161,6 +11161,16 @@
"jsonfile": "^4.0.0", "jsonfile": "^4.0.0",
"universalify": "^0.1.0" "universalify": "^0.1.0"
} }
},
"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==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"node-object-hash": "^2.0.0"
}
} }
} }
}, },

View File

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