Merge pull request #294 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.12.0

Bump gatsby-transformer-sharp from 2.11.0 to 2.12.0
This commit is contained in:
Kevin Kandlbinder 2021-02-12 09:36:53 +01:00 committed by GitHub
commit 592f68bdae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10785,13 +10785,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",
@ -10799,9 +10799,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
"integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -17,7 +17,7 @@
"gatsby-plugin-styled-components": "^3.9.0",
"gatsby-source-filesystem": "^2.10.0",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-sharp": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-remark": "^2.15.0",
"html-to-react": "^1.4.5",
"node-sass": "^4.14.1",