From 4c553a94463b50f690632dafabcd6dbcc36ba1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:24:49 -0500 Subject: [PATCH] Bump nock from 13.5.4 to 13.5.6 (#724) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0be11d14..7ae6a1f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.12.1", - "nock": "^13.5.4", + "nock": "^13.5.6", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5", "smee-client": "^1.2.2", @@ -9465,10 +9465,11 @@ "dev": true }, "node_modules/nock": { - "version": "13.5.4", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.4.tgz", - "integrity": "sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==", + "version": "13.5.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz", + "integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", diff --git a/package.json b/package.json index 93325a7f..ee567581 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.12.1", - "nock": "^13.5.4", + "nock": "^13.5.6", "nodemon": "^3.1.9", "npm-run-all": "^4.1.5", "smee-client": "^1.2.2",