Skip to content

Commit 03fa1dc

Browse files
committed
add undici dep
1 parent d3e7777 commit 03fa1dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@types/lru-cache": "^5.1.0",
3232
"@types/node": "~10.17.0",
3333
"express": "^4.17.1",
34-
"nock": "^13.0.5"
34+
"nock": "^13.0.5",
35+
"undici": "^5.21.0"
3536
},
3637
"scripts": {
3738
"build": "run-p build:transpile build:types",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26448,6 +26448,13 @@ [email protected]:
2644826448
dependencies:
2644926449
busboy "^1.6.0"
2645026450

26451+
undici@^5.21.0:
26452+
version "5.21.0"
26453+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.0.tgz#b00dfc381f202565ab7f52023222ab862bb2494f"
26454+
integrity sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==
26455+
dependencies:
26456+
busboy "^1.6.0"
26457+
2645126458
unicode-canonical-property-names-ecmascript@^2.0.0:
2645226459
version "2.0.0"
2645326460
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)