File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 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.5 " ,
49
+ "nock" : " 13.5.6 " ,
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 @@ -2700,7 +2700,7 @@ natural-compare@^1.4.0:
2700
2700
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
2701
2701
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
2702
2702
2703
-
2703
+ nock@* :
2704
2704
version "13.5.5"
2705
2705
resolved "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz"
2706
2706
integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
2709
2709
json-stringify-safe "^5.0.1"
2710
2710
propagate "^2.0.0"
2711
2711
2712
+
2713
+ version "13.5.6"
2714
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997"
2715
+ integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==
2716
+ dependencies :
2717
+ debug "^4.1.0"
2718
+ json-stringify-safe "^5.0.1"
2719
+ propagate "^2.0.0"
2720
+
2712
2721
node-int64@^0.4.0 :
2713
2722
version "0.4.0"
2714
2723
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