Skip to content

Commit 230ce9f

Browse files
authored
fix(cookies): Update Undici to 5.20 and fix cookies behaviour (#6323)
* fix(cookies): Update Undici to 5.20 and fix cookies behaviour * chore: changeset
1 parent 4838af4 commit 230ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"cheerio": "^1.0.0-rc.11",
4747
"mocha": "^9.2.2",
4848
"node-mocks-http": "^1.11.0",
49-
"undici": "^5.14.0"
49+
"undici": "^5.20.0"
5050
}
5151
}

0 commit comments

Comments
 (0)