File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 31
31
"@types/lru-cache" : " ^5.1.0" ,
32
32
"@types/node" : " ~10.17.0" ,
33
33
"express" : " ^4.17.1" ,
34
- "nock" : " ^13.0.5"
34
+ "nock" : " ^13.0.5" ,
35
+ "undici" : " ^5.21.0"
35
36
},
36
37
"scripts" : {
37
38
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change 26448
26448
dependencies:
26449
26449
busboy "^1.6.0"
26450
26450
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
+
26451
26458
unicode-canonical-property-names-ecmascript@^2.0.0:
26452
26459
version "2.0.0"
26453
26460
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
You can’t perform that action at this time.
0 commit comments