From c585f4eecc94c1f1a1f7f383f5442317a1360460 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 15 Oct 2023 16:25:29 +0000
Subject: [PATCH] chore(deps-dev): bump nock from 13.3.3 to 13.3.4 (#9650)

Bumps [nock](https://github.com/nock/nock) from 13.3.3 to 13.3.4.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.3.3...v13.3.4)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 92565e355c..e42b1cacb9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -104,7 +104,7 @@
         "mocha-env-reporter": "^4.0.0",
         "mocha-junit-reporter": "^2.2.1",
         "mocha-yaml-loader": "^1.0.3",
-        "nock": "13.3.3",
+        "nock": "13.3.4",
         "node-mocks-http": "^1.13.0",
         "nodemon": "^3.0.1",
         "npm-run-all": "^4.1.5",
@@ -18221,9 +18221,9 @@
       }
     },
     "node_modules/nock": {
-      "version": "13.3.3",
-      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.3.tgz",
-      "integrity": "sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==",
+      "version": "13.3.4",
+      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.4.tgz",
+      "integrity": "sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==",
       "dev": true,
       "dependencies": {
         "debug": "^4.1.0",
diff --git a/package.json b/package.json
index 30f71228aa..ac27ec4c7b 100644
--- a/package.json
+++ b/package.json
@@ -191,7 +191,7 @@
     "mocha-env-reporter": "^4.0.0",
     "mocha-junit-reporter": "^2.2.1",
     "mocha-yaml-loader": "^1.0.3",
-    "nock": "13.3.3",
+    "nock": "13.3.4",
     "node-mocks-http": "^1.13.0",
     "nodemon": "^3.0.1",
     "npm-run-all": "^4.1.5",
-- 
GitLab