Update node-abort-controller

This commit is contained in:
Bill Thornton 2021-10-08 00:51:51 -04:00
parent 058c39a723
commit 17cd9bf12c
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
*/
import { enableFetchMocks } from 'jest-fetch-mock';
import AbortController from 'node-abort-controller';
import { AbortController } from 'node-abort-controller';
global.AbortController = AbortController;

6
package-lock.json generated
View File

@ -17528,9 +17528,9 @@
"integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q=="
},
"node-abort-controller": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-1.2.1.tgz",
"integrity": "sha512-79PYeJuj6S9+yOHirR0JBLFOgjB6sQCir10uN6xRx25iD+ZD4ULqgRn3MwWBRaQGB0vEgReJzWwJo42T1R6YbQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.0.1.tgz",
"integrity": "sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==",
"dev": true
},
"node-fetch": {

View File

@ -87,7 +87,7 @@
"expo-cli": "^4.12.1",
"jest-expo": "^42.0.0",
"jest-fetch-mock": "^3.0.3",
"node-abort-controller": "^1.1.0",
"node-abort-controller": "^3.0.1",
"typescript": "~4.0.0"
},
"private": true,