Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency isomorphic-fetch to v3 #3264

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"formik": "^1.5.1",
"history": "^4.6.3",
"hls.js": "^0.14.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"lodash": "^4.17.21",
Expand Down
16 changes: 13 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7609,7 +7609,7 @@ __metadata:
languageName: node
linkType: hard

"isomorphic-fetch@npm:^2.1.1, isomorphic-fetch@npm:^2.2.1":
"isomorphic-fetch@npm:^2.1.1":
version: 2.2.1
resolution: "isomorphic-fetch@npm:2.2.1"
dependencies:
Expand All @@ -7619,6 +7619,16 @@ __metadata:
languageName: node
linkType: hard

"isomorphic-fetch@npm:^3.0.0":
version: 3.0.0
resolution: "isomorphic-fetch@npm:3.0.0"
dependencies:
node-fetch: ^2.6.1
whatwg-fetch: ^3.4.1
checksum: e5ab79a56ce5af6ddd21265f59312ad9a4bc5a72cebc98b54797b42cb30441d5c5f8d17c5cd84a99e18101c8af6f90c081ecb8d12fd79e332be1778d58486d75
languageName: node
linkType: hard

"istanbul-lib-coverage@npm:^3.0.0, istanbul-lib-coverage@npm:^3.2.0":
version: 3.2.2
resolution: "istanbul-lib-coverage@npm:3.2.2"
Expand Down Expand Up @@ -8861,7 +8871,7 @@ __metadata:
formik: ^1.5.1
history: ^4.6.3
hls.js: ^0.14.0
isomorphic-fetch: ^2.2.1
isomorphic-fetch: ^3.0.0
jquery: ^3.5.1
jsdom: ^16.2.2
lodash: ^4.17.21
Expand Down Expand Up @@ -13244,7 +13254,7 @@ __metadata:
languageName: node
linkType: hard

"whatwg-fetch@npm:>=0.10.0":
"whatwg-fetch@npm:>=0.10.0, whatwg-fetch@npm:^3.4.1":
version: 3.6.20
resolution: "whatwg-fetch@npm:3.6.20"
checksum: c58851ea2c4efe5c2235f13450f426824cf0253c1d45da28f45900290ae602a20aff2ab43346f16ec58917d5562e159cd691efa368354b2e82918c2146a519c5
Expand Down
Loading