From 04e966a61d8b64b89ee4b17a2398a57a4739be9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:06:02 +0000 Subject: [PATCH] Bump nock from 13.5.5 to 13.5.6 in the development-dependencies group Bumps the development-dependencies group with 1 update: [nock](https://github.com/nock/nock). Updates `nock` from 13.5.5 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.5...v13.5.6) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 96849c0..bd16cf9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-oclif-typescript": "^1.0.3", "globby": "^11.1.0", "mocha": "^10.8.2", - "nock": "^13.5.5", + "nock": "^13.5.6", "nyc": "^15.1.0", "oclif": "^3.17.2", "shx": "^0.3.4", diff --git a/yarn.lock b/yarn.lock index 633258b..b441e6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3608,9 +3608,9 @@ nice-try@^1.0.4: version "1.0.5" resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" -nock@^13.3.3, nock@^13.5.5: - version "13.5.5" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78" +nock@^13.3.3, nock@^13.5.6: + version "13.5.6" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.6.tgz#5e693ec2300bbf603b61dae6df0225673e6c4997" dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"