Skip to content

Commit

Permalink
Update package.json with newer sharp dependency
Browse files Browse the repository at this point in the history
Shall Fix RocketChat#14944 
The underlying issue seems to be in sharp versions <0.22.x
  • Loading branch information
snoopotic authored Jul 16, 2019
1 parent 2e69929 commit d290900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"queue-fifo": "^0.2.5",
"redis": "^2.8.0",
"semver": "^5.6.0",
"sharp": "^0.21.3",
"sharp": "^0.22.1",
"speakeasy": "^2.0.0",
"stream-buffers": "^3.0.2",
"subscriptions-transport-ws": "^0.9.11",
Expand Down

0 comments on commit d290900

Please sign in to comment.