|
48 | 48 | "prepare": "aegir build --no-bundle",
|
49 | 49 | "coverage": "npx nyc -r html npm run test:node -- --bail",
|
50 | 50 | "clean": "rimraf ./dist",
|
51 |
| - "dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types" |
| 51 | + "dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller" |
52 | 52 | },
|
53 | 53 | "dependencies": {
|
54 |
| - "any-signal": "^2.0.0", |
| 54 | + "abort-controller": "^3.0.0", |
| 55 | + "any-signal": "^2.1.2", |
55 | 56 | "bignumber.js": "^9.0.0",
|
56 | 57 | "cids": "^1.1.5",
|
57 | 58 | "debug": "^4.1.1",
|
58 | 59 | "form-data": "^3.0.0",
|
59 | 60 | "ipfs-core-types": "^0.3.0",
|
60 | 61 | "ipfs-core-utils": "^0.7.0",
|
61 |
| - "ipfs-utils": "^6.0.0", |
| 62 | + "ipfs-utils": "^6.0.1", |
62 | 63 | "ipld-block": "^0.11.0",
|
63 | 64 | "ipld-dag-cbor": "^0.17.0",
|
64 | 65 | "ipld-dag-pb": "^0.20.0",
|
|
73 | 74 | "multicodec": "^2.0.1",
|
74 | 75 | "multihashes": "^3.0.1",
|
75 | 76 | "nanoid": "^3.1.12",
|
76 |
| - "native-abort-controller": "~0.0.3", |
| 77 | + "native-abort-controller": "^1.0.3", |
77 | 78 | "parse-duration": "^0.4.4",
|
78 | 79 | "stream-to-it": "^0.2.2",
|
79 | 80 | "uint8arrays": "^2.0.5"
|
|
0 commit comments