From a60f810c8fd71d83322bc66ccaa5831e1f4b2604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:42:14 +0200 Subject: [PATCH] Bump nock from 13.2.6 to 13.2.7 (#897) Bumps [nock](https://github.com/nock/nock) from 13.2.6 to 13.2.7. - [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.2.6...v13.2.7) --- updated-dependencies: - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wouter Boereboom <62436079+wboereboom@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 ae8e370..64c2acd 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jest-ts-auto-mock": "^2.0.0", "kind-of": "^6.0.3", "minimist": ">=1.2.3", - "nock": "13.2.6", + "nock": "13.2.7", "release-it": "15.0.0", "ts-auto-mock": "^3.3.5", "ts-jest": "^27.0.4", diff --git a/yarn.lock b/yarn.lock index 4b642b2..633ee15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4184,10 +4184,10 @@ new-github-release-url@2.0.0: dependencies: type-fest "^2.5.1" -nock@*, nock@13.2.6: - version "13.2.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.6.tgz#35e419cd9d385ffa67e59523d9699e41b29e1a03" - integrity sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA== +nock@*, nock@13.2.7: + version "13.2.7" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.7.tgz#c93933b61df42f4f4b3a07fde946a4e209c0c168" + integrity sha512-R6NUw7RIPtKwgK7jskuKoEi4VFMqIHtV2Uu9K/Uegc4TA5cqe+oNMYslZcUmnVNQCTG6wcSqUBaGTDd7sq5srg== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"