Skip to content

Commit e90267b

Browse files
authored
chore: upgrade fetch-cookie from 0.11.0 to 2.1.0
Mitigates CVE-2023-26136: GHSA-72xf-g2v4-qvf3 Only one breaking change according to changelog: - the redirect logic is now included in the main export and the node-fetch wrapper (require('fetch-cookie/node-fetch')) was removed. Just require('node-fetch') and you're good to go with redirects! cf. https://github.com/valeriangalliat/fetch-cookie/blob/master/CHANGELOG.md
1 parent b0879cb commit e90267b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"abort-controller": "3.0.0",
4242
"clone-buffer": "1.0.0",
4343
"double-ended-queue": "2.1.0-0",
44-
"fetch-cookie": "0.11.0",
44+
"fetch-cookie": "2.1.0",
4545
"fruitdown": "1.0.2",
4646
"immediate": "3.3.0",
4747
"level": "6.0.1",

0 commit comments

Comments
 (0)