From 6ff4b650aa8b6dc6c44b63b6e207a187481f3c17 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 18:09:12 +0000
Subject: [PATCH] chore(deps): update dependency nock to v13.3.7 (#25614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 9bcb8787f1..2dbef6f14b 100644
--- a/package.json
+++ b/package.json
@@ -332,7 +332,7 @@
     "jest-snapshot": "29.7.0",
     "markdownlint-cli2": "0.10.0",
     "memfs": "4.6.0",
-    "nock": "13.3.6",
+    "nock": "13.3.7",
     "npm-run-all": "4.1.5",
     "nyc": "15.1.0",
     "pretty-format": "29.7.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 90ea4d579e..6e6daa7516 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -566,8 +566,8 @@ importers:
         specifier: 4.6.0
         version: 4.6.0(quill-delta@5.1.0)(rxjs@7.8.1)(tslib@2.6.2)
       nock:
-        specifier: 13.3.6
-        version: 13.3.6
+        specifier: 13.3.7
+        version: 13.3.7
       npm-run-all:
         specifier: 4.1.5
         version: 4.1.5
@@ -8701,8 +8701,8 @@ packages:
       path-to-regexp: 1.8.0
     dev: true
 
-  /nock@13.3.6:
-    resolution: {integrity: sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==}
+  /nock@13.3.7:
+    resolution: {integrity: sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg==}
     engines: {node: '>= 10.13'}
     dependencies:
       debug: 4.3.4
-- 
GitLab