From 5e3db48d4bd394578a53f423e20e5c2491d3c699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:30:41 +0000 Subject: [PATCH] chore(dev-deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0d97d32..7864f7b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "husky": "^9.1.4", "lint-staged": "^15.2.9", "mocha": "^10.7.3", - "nock": "^13.5.4", + "nock": "^13.5.5", "nyc": "^15.1.0", "oclif": "^4.14.19", "prettier": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index 705f472..959386f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6437,10 +6437,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@*, 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@*, 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"