Skip to content

Commit d038c8d

Browse files
committed
Upgrade abortcontroller-polyfill for webkit-based browsers fix
1 parent fdd4ab7 commit d038c8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:node": "mocha"
2222
},
2323
"dependencies": {
24-
"abortcontroller-polyfill": "^1.1.9",
24+
"abortcontroller-polyfill": "^1.2.1",
2525
"broccoli-concat": "^3.2.2",
2626
"broccoli-debug": "^0.6.5",
2727
"broccoli-merge-trees": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,11 @@ abortcontroller-polyfill@^1.1.9:
673673
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.1.9.tgz#9fefe359fda2e9e0932dc85e6106453ac393b2da"
674674
integrity sha512-omvG7zOHIs3BphdH62Kh3xy8nlftAsTyp7PDa9EmC3Jz9pa6sZFYk7UhNgu9Y4sIBhj6jF0RgeFZYvPnsP5sBw==
675675

676+
abortcontroller-polyfill@^1.2.1:
677+
version "1.2.1"
678+
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.2.1.tgz#4e88847513a4ed691d5e4899d8b3a3af6f7d90ee"
679+
integrity sha512-9jN7+BijYKWO8fxfcG7QZh7js6V+g3OjkxMRHfKWNjjs85048VY4cd27Uoe6yk55P66L/z7Dflu5+YEApgMzkA==
680+
676681
accepts@~1.3.4, accepts@~1.3.5:
677682
version "1.3.5"
678683
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2"

0 commit comments

Comments
 (0)