Skip to content

Commit

Permalink
fix: Fix https failures on macOS (#3716)
Browse files Browse the repository at this point in the history
The issue was traced upstream to needle, and resolved in:
 - tomas/needle#392
 - tomas/needle#394
 - tomas/needle#396
 - tomas/needle#398

Closes #3693
  • Loading branch information
joeyparrish committed Apr 22, 2022
1 parent 3f05b5c commit 1eafc06
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions packages/less/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 packages/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"image-size": "~0.5.0",
"make-dir": "^2.1.0",
"mime": "^1.4.1",
"needle": "^2.5.2",
"needle": "^3.1.0",
"source-map": "~0.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1eafc06

Please sign in to comment.