From c7847dd191631c151509e11c06e56b47c570329d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:56:19 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.2.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c399c70ec1..f09422cf86 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "husky": "8.0.1", "jest": "27.5.1", "lint-staged": "13.0.3", - "nock": "13.2.7", + "nock": "13.2.8", "prettier": "2.7.1", "proxyquire": "2.1.3", "source-map-support": "0.5.21", diff --git a/yarn.lock b/yarn.lock index 3b2cf1d4b1..bb4e6e731c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5669,10 +5669,10 @@ next-tick@~1.0.0: resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -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== +nock@13.2.8: + version "13.2.8" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1" + integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"