Skip to content

Commit 052eb8d

Browse files
chore(deps): update dependency nock to v13.5.5 (#1385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72b1a1e commit 052eb8d

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.4",
49+
"nock": "13.5.5",
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
@@ -2594,7 +2594,7 @@ natural-compare@^1.4.0:
25942594
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
25952595
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
25962596

2597-
2597+
nock@*:
25982598
version "13.5.4"
25992599
resolved "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz"
26002600
integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==
@@ -2603,6 +2603,15 @@ nock@*, [email protected]:
26032603
json-stringify-safe "^5.0.1"
26042604
propagate "^2.0.0"
26052605

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

0 commit comments

Comments
 (0)