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

Merge pull request #297 from kremalicious/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.5.3

Bump gatsby-transformer-sharp from 2.5.2 to 2.5.3
This commit is contained in:
Matthias Kretschmann 2020-05-21 09:03:38 +02:00 committed by GitHub
commit ea496c2a84
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

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

View File

@ -68,7 +68,7 @@
"gatsby-source-filesystem": "^2.3.7", "gatsby-source-filesystem": "^2.3.7",
"gatsby-source-graphql": "^2.5.1", "gatsby-source-graphql": "^2.5.1",
"gatsby-transformer-remark": "^2.8.10", "gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2", "gatsby-transformer-sharp": "^2.5.3",
"graphql": "^14.6.0", "graphql": "^14.6.0",
"intersection-observer": "^0.10.0", "intersection-observer": "^0.10.0",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",