From b56aea56522f63e3414216cd0802a47149dfa894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:26:29 +0000 Subject: [PATCH] chore(deps-dev): Bump nock from 13.5.4 to 13.5.5 Bumps [nock](https://github.com/nock/nock) from 13.5.4 to 13.5.5. - [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.5) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 f1e934f8..a6c5c6b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,7 +81,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.2.9", - "nock": "^13.5.4", + "nock": "^13.5.5", "prettier": "^3.3.3", "sort-package-json": "^2.10.0", "source-map-support": "^0.5.21", @@ -12642,9 +12642,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", + "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", "dev": true, "dependencies": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 29e378d6..0ff1c8d5 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "jest": "29.7.0", "jest-when": "^3.6.0", "lint-staged": "^15.2.9", - "nock": "^13.5.4", + "nock": "^13.5.5", "prettier": "^3.3.3", "sort-package-json": "^2.10.0", "source-map-support": "^0.5.21",