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

Merge pull request #280 from kremalicious/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.5.4

Bump gatsby-transformer-sharp from 2.5.3 to 2.5.4
This commit is contained in:
Matthias Kretschmann 2020-06-03 08:26:17 +02:00 committed by GitHub
commit 936a405c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View File

@ -14883,17 +14883,27 @@
} }
}, },
"gatsby-transformer-sharp": { "gatsby-transformer-sharp": {
"version": "2.5.3", "version": "2.5.4",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.3.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.4.tgz",
"integrity": "sha512-tUkH1uCdwSLeOqjptYQD6V/UH5U18UQPFzwKvhWRepcl//FvmCnOv5Kn03SpeBCuPeccxKt3kT3UVJxdOOGShw==", "integrity": "sha512-3Dx6C7UJiFhjooElQ9O9b5HPMUpySrDYVVAkAAezOMojJwyn/FDws0Oiy6/B6jHjdRtWL4N2F0Vjr2R02Cqo7A==",
"requires": { "requires": {
"@babel/runtime": "^7.9.6", "@babel/runtime": "^7.10.2",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"potrace": "^2.1.6", "potrace": "^2.1.6",
"probe-image-size": "^4.1.1", "probe-image-size": "^4.1.1",
"semver": "^5.7.1", "semver": "^5.7.1",
"sharp": "^0.25.1" "sharp": "^0.25.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
} }
}, },
"gatsby-transformer-yaml": { "gatsby-transformer-yaml": {

View File

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