Merge pull request #1004 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-transformer-sharp-3.10.0

Bump gatsby-transformer-sharp from 3.9.0 to 3.10.0 in /packages/website
This commit is contained in:
Karol Wypchło 2021-07-26 12:52:54 +02:00 committed by GitHub
commit 026f5a9ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -40,7 +40,7 @@
"gatsby-source-filesystem": "^3.10.0", "gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-json": "^3.10.0", "gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0", "gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.9.0", "gatsby-transformer-sharp": "^3.10.0",
"gatsby-transformer-yaml": "^3.10.0", "gatsby-transformer-yaml": "^3.10.0",
"gbimage-bridge": "^0.1.4", "gbimage-bridge": "^0.1.4",
"http-status-codes": "^2.1.4", "http-status-codes": "^2.1.4",
@ -13169,18 +13169,18 @@
} }
}, },
"node_modules/gatsby-transformer-sharp": { "node_modules/gatsby-transformer-sharp": {
"version": "3.9.0", "version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.10.0.tgz",
"integrity": "sha512-rGayeiDWslbvmEXzm10Cx0X1ahf6XtNa4Wsrp5h+wjgjYiq9NDig8Osw2UsjXrQxS+m2PJvilA0rfaOFq/wOHw==", "integrity": "sha512-QmzQST+PTHAkl5X2owPxPoOwiwlZBYdKKCZ7Nn8ANS8BUAxHlfpBGCUY5Y9/GDDAytGAmYE0C7sgWhUvvi5I3A==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.0", "@babel/runtime": "^7.14.6",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"potrace": "^2.1.8", "potrace": "^2.1.8",
"probe-image-size": "^6.0.0", "probe-image-size": "^6.0.0",
"semver": "^7.3.4", "semver": "^7.3.4",
"sharp": "^0.28.0" "sharp": "^0.28.3"
}, },
"engines": { "engines": {
"node": ">=12.13.0" "node": ">=12.13.0"
@ -38369,18 +38369,18 @@
} }
}, },
"gatsby-transformer-sharp": { "gatsby-transformer-sharp": {
"version": "3.9.0", "version": "3.10.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.9.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.10.0.tgz",
"integrity": "sha512-rGayeiDWslbvmEXzm10Cx0X1ahf6XtNa4Wsrp5h+wjgjYiq9NDig8Osw2UsjXrQxS+m2PJvilA0rfaOFq/wOHw==", "integrity": "sha512-QmzQST+PTHAkl5X2owPxPoOwiwlZBYdKKCZ7Nn8ANS8BUAxHlfpBGCUY5Y9/GDDAytGAmYE0C7sgWhUvvi5I3A==",
"requires": { "requires": {
"@babel/runtime": "^7.14.0", "@babel/runtime": "^7.14.6",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"potrace": "^2.1.8", "potrace": "^2.1.8",
"probe-image-size": "^6.0.0", "probe-image-size": "^6.0.0",
"semver": "^7.3.4", "semver": "^7.3.4",
"sharp": "^0.28.0" "sharp": "^0.28.3"
}, },
"dependencies": { "dependencies": {
"lru-cache": { "lru-cache": {

View File

@ -37,7 +37,7 @@
"gatsby-source-filesystem": "^3.10.0", "gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-json": "^3.10.0", "gatsby-transformer-json": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0", "gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.9.0", "gatsby-transformer-sharp": "^3.10.0",
"gatsby-transformer-yaml": "^3.10.0", "gatsby-transformer-yaml": "^3.10.0",
"gbimage-bridge": "^0.1.4", "gbimage-bridge": "^0.1.4",
"http-status-codes": "^2.1.4", "http-status-codes": "^2.1.4",