Merge pull request #54 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-07 22:26:54 +01:00 committed by GitHub
commit 9ea2d3fedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -13896,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.11.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",