Skip to content

Commit

Permalink
fix: update any-signal and timeout-abort-controller (#1128)
Browse files Browse the repository at this point in the history
Updates deps to remove abort controller dep

BREAKING CHANGE: abort-controller dep is gone from dependency tree
  • Loading branch information
achingbrain authored Jan 20, 2022
1 parent 0264eb6 commit e0354b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@vascosantos/moving-average": "^1.1.0",
"abortable-iterator": "^3.0.0",
"aggregate-error": "^3.1.0",
"any-signal": "^2.1.1",
"any-signal": "^3.0.0",
"bignumber.js": "^9.0.1",
"class-is": "^1.1.0",
"datastore-core": "^7.0.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"sanitize-filename": "^1.6.3",
"set-delayed-interval": "^1.0.0",
"streaming-iterables": "^6.0.0",
"timeout-abort-controller": "^2.0.0",
"timeout-abort-controller": "^3.0.0",
"uint8arrays": "^3.0.0",
"varint": "^6.0.0",
"wherearewe": "^1.0.0",
Expand Down

0 comments on commit e0354b4

Please sign in to comment.