Skip to content

Commit 201a2a4

Browse files
chore(deps): update dependency nock to v13.5.6
1 parent 923e30b commit 201a2a4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"jest-ts-auto-mock": "^2.0.0",
4747
"kind-of": "^6.0.3",
4848
"minimist": ">=1.2.3",
49-
"nock": "13.5.5",
49+
"nock": "13.5.6",
5050
"ts-auto-mock": "^3.3.5",
5151
"ts-jest": "^27.0.4",
5252
"ts-loader": "9.5.1",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,7 @@ natural-compare@^1.4.0:
27002700
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
27012701
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
27022702

2703-
2703+
nock@*:
27042704
version "13.5.5"
27052705
resolved "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz"
27062706
integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
@@ -2709,6 +2709,15 @@ nock@*, [email protected]:
27092709
json-stringify-safe "^5.0.1"
27102710
propagate "^2.0.0"
27112711

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+
27122721
node-int64@^0.4.0:
27132722
version "0.4.0"
27142723
resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"

0 commit comments

Comments
 (0)