Merge pull request #123 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.5.17

Bump gatsby-transformer-sharp from 2.5.16 to 2.5.17
This commit is contained in:
Kevin Kandlbinder 2020-10-14 16:49:00 +02:00 committed by GitHub
commit 7b73af3361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -10619,9 +10619,9 @@
}
},
"gatsby-transformer-sharp": {
"version": "2.5.16",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.16.tgz",
"integrity": "sha512-PjlYp65i2toelsuUI7Konga8VE6zF97vdgZhPcgILXxae0o/67PhJciK2BAbJFTyqbKJ3vuVn7PvkfbT0MwMVA==",
"version": "2.5.17",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.17.tgz",
"integrity": "sha512-S+yqOz/vPPGmkLuVjgd9sNrLe9S5fc9SwV3Ak4iFkQqnFpuNLJ1DNjjXNwBfNaQ1bjiy6d24FPbouHED0XyRxQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"bluebird": "^3.7.2",

View file

@ -18,7 +18,7 @@
"gatsby-source-filesystem": "^2.3.34",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.38",
"gatsby-transformer-sharp": "^2.5.16",
"gatsby-transformer-sharp": "^2.5.17",
"html-to-react": "^1.4.4",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",