1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-17 09:53:22 +02:00

Bump gatsby-transformer-sharp from 2.5.2 to 2.5.3

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

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

6
package-lock.json generated
View File

@ -11055,9 +11055,9 @@
}
},
"gatsby-transformer-sharp": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.2.tgz",
"integrity": "sha512-deRZzUXQsk4xQM82JipU3WRJB8oFn4gX9cVRXeQhnNwnhdhve9UA0Hs4YqqqWsSbngCX9GeiGS78zDyjvN7e7w==",
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.3.tgz",
"integrity": "sha512-tUkH1uCdwSLeOqjptYQD6V/UH5U18UQPFzwKvhWRepcl//FvmCnOv5Kn03SpeBCuPeccxKt3kT3UVJxdOOGShw==",
"requires": {
"@babel/runtime": "^7.9.6",
"bluebird": "^3.7.2",

View File

@ -38,7 +38,7 @@
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.7",
"gatsby-transformer-json": "^2.4.3",
"gatsby-transformer-sharp": "^2.5.2",
"gatsby-transformer-sharp": "^2.5.3",
"gatsby-transformer-yaml": "^2.4.2",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.6.0",