From 84bf70ac10d279ae015b0f62ba8a0095df2b9299 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 15 Nov 2021 03:49:10 +0000
Subject: [PATCH] chore(deps): update dependency nock to v13.2.0 (#12653)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index fd0830d593..d8cc55dd64 100644
--- a/package.json
+++ b/package.json
@@ -266,7 +266,7 @@
     "markdownlint-cli2": "0.3.2",
     "mock-fs": "5.1.1",
     "mockdate": "3.0.5",
-    "nock": "13.1.4",
+    "nock": "13.2.0",
     "npm-run-all": "4.1.5",
     "prettier": "2.4.1",
     "pretty-quick": "3.1.1",
diff --git a/yarn.lock b/yarn.lock
index 63794a11e1..5045d4559b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6697,10 +6697,10 @@ nice-try@^1.0.4:
   resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
   integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
 
-nock@13.1.4:
-  version "13.1.4"
-  resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.4.tgz#367c917d4c532a889404b85ade92762c29e80262"
-  integrity sha512-hr5+mknLpIbTOXifB13lx9mAKF1zQPUCMh53Galx79ic5opvNOd55jiB0iGCp2xqh+hwnFbNE/ddBKHsJNQrbw==
+nock@13.2.0:
+  version "13.2.0"
+  resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.0.tgz#1da976e809cb082e3acb65de9ea7839cdd115d3e"
+  integrity sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==
   dependencies:
     debug "^4.1.0"
     json-stringify-safe "^5.0.1"
-- 
GitLab