Skip to content

Commit

Permalink
fix(deps): update dependency isomorphic-fetch to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent a4de844 commit c039a4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
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

0 comments on commit c039a4d

Please sign in to comment.