Skip to content

Commit

Permalink
[FIX] SVG uploads crashing process (#15006)
Browse files Browse the repository at this point in the history
* Update package.json with newer sharp dependency

Shall Fix #14944 
The underlying issue seems to be in sharp versions <0.22.x

* Update package-lock
  • Loading branch information
snoopotic authored and sampaiodiego committed Jul 20, 2019
1 parent 69dd102 commit c5083b6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 31 deletions.
64 changes: 34 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c5083b6

Please sign in to comment.