From 9a698a85a979fae24bcf41f1ef9b53a20779a7fb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Jul 2023 17:42:53 +0000
Subject: [PATCH] chore(deps-dev): bump nock from 13.3.1 to 13.3.2 (#9380)

Bumps [nock](https://github.com/nock/nock) from 13.3.1 to 13.3.2.
- [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.1...v13.3.2)

---
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 | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f9c6d11e57..a521bf9fad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,7 +103,7 @@
         "mocha-env-reporter": "^4.0.0",
         "mocha-junit-reporter": "^2.2.1",
         "mocha-yaml-loader": "^1.0.3",
-        "nock": "13.3.1",
+        "nock": "13.3.2",
         "node-mocks-http": "^1.12.2",
         "nodemon": "^3.0.1",
         "npm-run-all": "^4.1.5",
@@ -17776,9 +17776,9 @@
       }
     },
     "node_modules/nock": {
-      "version": "13.3.1",
-      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
-      "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
+      "version": "13.3.2",
+      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.2.tgz",
+      "integrity": "sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==",
       "dev": true,
       "dependencies": {
         "debug": "^4.1.0",
@@ -41280,9 +41280,9 @@
       }
     },
     "nock": {
-      "version": "13.3.1",
-      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
-      "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
+      "version": "13.3.2",
+      "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.2.tgz",
+      "integrity": "sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==",
       "dev": true,
       "requires": {
         "debug": "^4.1.0",
diff --git a/package.json b/package.json
index 21d38672dd..dcf38da354 100644
--- a/package.json
+++ b/package.json
@@ -190,7 +190,7 @@
     "mocha-env-reporter": "^4.0.0",
     "mocha-junit-reporter": "^2.2.1",
     "mocha-yaml-loader": "^1.0.3",
-    "nock": "13.3.1",
+    "nock": "13.3.2",
     "node-mocks-http": "^1.12.2",
     "nodemon": "^3.0.1",
     "npm-run-all": "^4.1.5",
-- 
GitLab