From 2d3dce15c55254a95613bea8154a980ebb15acf6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jun 2022 04:08:56 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.2.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f93996d9b4..64b8e64f3d 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "husky": "8.0.1", "jest": "27.5.1", "lint-staged": "13.0.1", - "nock": "13.2.6", + "nock": "13.2.7", "prettier": "2.7.0", "proxyquire": "2.1.3", "source-map-support": "0.5.21", diff --git a/yarn.lock b/yarn.lock index 01a929fc2f..8caeacad6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5655,10 +5655,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.6: - version "13.2.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.6.tgz#35e419cd9d385ffa67e59523d9699e41b29e1a03" - integrity sha512-GbyeSwSEP0FYouzETZ0l/XNm5tNcDNcXJKw3LCAb+mx8bZSwg1wEEvdL0FAyg5TkBJYiWSCtw6ag4XfmBy60FA== +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"