From 20712c646252dac95d9fcfe093df3d60039c93f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:53:49 +0000 Subject: [PATCH] Bump nock from 13.5.4 to 13.5.6 Bumps [nock](https://github.com/nock/nock) from 13.5.4 to 13.5.6. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.5.4...v13.5.6) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e90a03aef..bfb9b6ddd 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-jest": "^27.6.3", "jest": "^26.6.3", "jest-junit": "^16.0.0", - "nock": "^13.5.4", + "nock": "^13.5.6", "prettier": "^3.3.2", "supertest": "^6.1.6", "ts-jest": "^26.5.6" diff --git a/yarn.lock b/yarn.lock index 763710f9d..fd5a03f5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4486,10 +4486,10 @@ nimma@0.0.0: astring "^1.4.3" jsep "^0.3.4" -nock@^13.5.4: - version "13.5.4" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" - integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== +nock@^13.5.6: + version "13.5.6" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997" + integrity sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"