File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 46
46
"jest-ts-auto-mock" : " ^2.0.0" ,
47
47
"kind-of" : " ^6.0.3" ,
48
48
"minimist" : " >=1.2.3" ,
49
- "nock" : " 13.5.4 " ,
49
+ "nock" : " 13.5.5 " ,
50
50
"ts-auto-mock" : " ^3.3.5" ,
51
51
"ts-jest" : " ^27.0.4" ,
52
52
"ts-loader" : " 9.5.1" ,
Original file line number Diff line number Diff line change @@ -2594,7 +2594,7 @@ natural-compare@^1.4.0:
2594
2594
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
2595
2595
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
2596
2596
2597
-
2597
+ nock@* :
2598
2598
version "13.5.4"
2599
2599
resolved "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz"
2600
2600
integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==
2603
2603
json-stringify-safe "^5.0.1"
2604
2604
propagate "^2.0.0"
2605
2605
2606
+
2607
+ version "13.5.5"
2608
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78"
2609
+ integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
2610
+ dependencies :
2611
+ debug "^4.1.0"
2612
+ json-stringify-safe "^5.0.1"
2613
+ propagate "^2.0.0"
2614
+
2606
2615
node-int64@^0.4.0 :
2607
2616
version "0.4.0"
2608
2617
resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
You can’t perform that action at this time.
0 commit comments