From 4834f6d023b5fbce3bb931db08424d098af6b2e9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 19:01:25 +0000
Subject: [PATCH] chore(deps): update dependency nock to v13.3.8 (#25617)

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 2dbef6f14b..0c9d7b220a 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.7",
+    "nock": "13.3.8",
     "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 6e6daa7516..d40370c253 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.7
-        version: 13.3.7
+        specifier: 13.3.8
+        version: 13.3.8
       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.7:
-    resolution: {integrity: sha512-z3voRxo6G0JxqCsjuzERh1ReFC4Vp2b7JpSgcMJB6jnJbUszf88awAeQLIID2UNMwbMh9/Zm5sFscagj0QYHEg==}
+  /nock@13.3.8:
+    resolution: {integrity: sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==}
     engines: {node: '>= 10.13'}
     dependencies:
       debug: 4.3.4
-- 
GitLab