From ece516e2d6100f800b6fbd58789b17e969fef77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:50:14 +0100 Subject: [PATCH] chore(deps-dev): bump nock from 13.5.0 to 13.5.6 (#1197) Bumps [nock](https://github.com/nock/nock) from 13.5.0 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.0...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> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0cb9215..03b5909c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", "mocha-lcov-reporter": "^1.3.0", - "nock": "^13.5.0", + "nock": "^13.5.6", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12", @@ -9587,9 +9587,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/nock": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.0.tgz", - "integrity": "sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==", + "version": "13.5.6", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz", + "integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index b4e21b31..715941b7 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest-junit": "^16.0.0", "lint-staged": "^15.2.0", "mocha-lcov-reporter": "^1.3.0", - "nock": "^13.5.0", + "nock": "^13.5.6", "nyc": "^15.1.0", "open-cli": "^8.0.0", "semantic-release": "^22.0.12",