From f67a241dfa0bbcfd6ee6c571e6c6c27ba7645c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:49:06 +0000 Subject: [PATCH] chore(dev-deps): bump nock from 13.5.3 to 13.5.4 Bumps [nock](https://github.com/nock/nock) from 13.5.3 to 13.5.4. - [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.3...v13.5.4) --- 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 f88f250..3f47af3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "husky": "^8.0.3", "lint-staged": "^15.2.2", "mocha": "^10.3.0", - "nock": "^13.5.3", + "nock": "^13.5.4", "nyc": "^15.1.0", "oclif": "^4.5.4", "prettier": "^3.2.5", diff --git a/yarn.lock b/yarn.lock index 8a0db7f..23956f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8017,10 +8017,10 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -nock@*, nock@^13.5.3: - version "13.5.3" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075" - integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ== +nock@*, nock@^13.5.3, nock@^13.5.4: + version "13.5.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" + integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"