Skip to content

Commit

Permalink
fix(deps): Pin 'sharp' < 0.33, update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Jul 17, 2024
2 parents 76a1d7b + 493a9b1 commit 13028cd
Show file tree
Hide file tree
Showing 2 changed files with 1,463 additions and 1,625 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
"jsdom": "^24.1.0",
"jsdom-global": "^3.0.2",
"libvips": "0.0.2",
"sharp": "^0.33.4"
"sharp": "<0.33.0"
},
"resolutions": {
"sharp": "<0.33.0"
},
"devDependencies": {
"@babel/core": "7.23.6",
Expand Down
Loading

0 comments on commit 13028cd

Please sign in to comment.