From f59af7c1a83ad937de24c8c507659fcda5e8516e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 21 Jan 2024 20:22:00 +0000
Subject: [PATCH] chore(deps): update dependency nock to v13.5.0 (#26780)

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 6e9ffa8f2e..6aa30d58f9 100644
--- a/package.json
+++ b/package.json
@@ -334,7 +334,7 @@
     "jest-snapshot": "29.7.0",
     "markdownlint-cli2": "0.11.0",
     "memfs": "4.6.0",
-    "nock": "13.4.0",
+    "nock": "13.5.0",
     "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 76d0e83aea..c41a902614 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.4.0
-        version: 13.4.0
+        specifier: 13.5.0
+        version: 13.5.0
       npm-run-all:
         specifier: 4.1.5
         version: 4.1.5
@@ -8303,8 +8303,8 @@ packages:
       path-to-regexp: 6.2.1
     dev: true
 
-  /nock@13.4.0:
-    resolution: {integrity: sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==}
+  /nock@13.5.0:
+    resolution: {integrity: sha512-9hc1eCS2HtOz+sE9W7JQw/tXJktg0zoPSu48s/pYe73e25JW9ywiowbqnUSd7iZPeVawLcVpPZeZS312fwSY+g==}
     engines: {node: '>= 10.13'}
     dependencies:
       debug: 4.3.4
-- 
GitLab