From 62277f286a03440e2f26c99f409a2fc8a14c8ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:29:30 -0600 Subject: [PATCH] fix(deps): bump nock from 13.5.3 to 13.5.4 (#359) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9dd2110..e366984 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "sinon": "^16.1.3", "lodash": "^4.17.13", "mock-stdin": "^1.0.0", - "nock": "^13.5.3", + "nock": "^13.5.4", "stdout-stderr": "^0.1.9" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index fed33a4..dee83ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,10 +2124,10 @@ nise@^5.1.4: just-extend "^4.0.2" path-to-regexp "^1.7.0" -nock@^13.5.3: - version "13.5.3" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075" - integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ== +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"