From 052eb8dcf22431feb5cae3931f510abb5be370c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:24:08 +0200 Subject: [PATCH] chore(deps): update dependency nock to v13.5.5 (#1385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3b971a45..700b15c59 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jest-ts-auto-mock": "^2.0.0", "kind-of": "^6.0.3", "minimist": ">=1.2.3", - "nock": "13.5.4", + "nock": "13.5.5", "ts-auto-mock": "^3.3.5", "ts-jest": "^27.0.4", "ts-loader": "9.5.1", diff --git a/yarn.lock b/yarn.lock index 057731151..ffee0e183 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2594,7 +2594,7 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -nock@*, nock@13.5.4: +nock@*: version "13.5.4" resolved "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz" integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== @@ -2603,6 +2603,15 @@ nock@*, nock@13.5.4: json-stringify-safe "^5.0.1" propagate "^2.0.0" +nock@13.5.5: + version "13.5.5" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78" + integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA== + dependencies: + debug "^4.1.0" + json-stringify-safe "^5.0.1" + propagate "^2.0.0" + node-int64@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"