Bump gatsby-transformer-sharp from 2.11.0 to 2.12.0

Bumps [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp) from 2.11.0 to 2.12.0.
- [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.12.0/packages/gatsby-transformer-sharp)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-07 21:24:58 +00:00 committed by GitHub
parent 5b04ecf1bc
commit 31a588de05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 17 deletions

20
package-lock.json generated
View file

@ -203,18 +203,6 @@
}
}
},
"@babel/helper-create-class-features-plugin": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz",
"integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==",
"requires": {
"@babel/helper-function-name": "^7.10.4",
"@babel/helper-member-expression-to-functions": "^7.12.1",
"@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/helper-replace-supers": "^7.12.1",
"@babel/helper-split-export-declaration": "^7.10.4"
}
},
"@babel/helper-create-regexp-features-plugin": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz",
@ -13908,13 +13896,13 @@
}
},
"gatsby-transformer-sharp": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.11.0.tgz",
"integrity": "sha512-esL884HBUGhZdoa6M7sP1aFC4JqCDh6PVReEEA2O0k26a4IC6cWTbIPeNa106vjrvYOEpSd359wUSFET9hpBMA==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.12.0.tgz",
"integrity": "sha512-3rtukdy9+QZL5ioMs+q2IjevJFOz0ORJzoGbnM/ups5C5ZtRQKRZNQ0920BP/eqpLQLI4lkQuyp+GCxfSQLkCQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"bluebird": "^3.7.2",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"potrace": "^2.1.8",
"probe-image-size": "^6.0.0",
"semver": "^7.3.4",

View file

@ -35,7 +35,7 @@
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-sharp": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"i18next": "^19.8.7",
"jquery": "^3.5.1",
"locale": "^0.1.0",