From 5b286f1f6803b0806ce16db03d696009e71c34c8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 15 Dec 2023 20:44:48 +0000
Subject: [PATCH] chore(deps-dev): bump node-mocks-http from 1.13.0 to 1.14.0
 (#9813)

Bumps [node-mocks-http](https://github.com/howardabrams/node-mocks-http) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/howardabrams/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](https://github.com/howardabrams/node-mocks-http/compare/v1.13.0...v.1.14.0)

---
updated-dependencies:
- dependency-name: node-mocks-http
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 abed06e023..4134dd38ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -105,7 +105,7 @@
         "mocha-junit-reporter": "^2.2.1",
         "mocha-yaml-loader": "^1.0.3",
         "nock": "13.4.0",
-        "node-mocks-http": "^1.13.0",
+        "node-mocks-http": "^1.14.0",
         "nodemon": "^3.0.2",
         "npm-run-all": "^4.1.5",
         "open-cli": "^7.2.0",
@@ -18542,9 +18542,9 @@
       }
     },
     "node_modules/node-mocks-http": {
-      "version": "1.13.0",
-      "resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.13.0.tgz",
-      "integrity": "sha512-lArD6sJMPJ53WF50GX0nJ89B1nkV1TdMvNwq8WXXFrUXF80ujSyye1T30mgiHh4h2It0/svpF3C4kZ2OAONVlg==",
+      "version": "1.14.0",
+      "resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.14.0.tgz",
+      "integrity": "sha512-yOb3zNr9/5N27TAWxxMlrvWp4nNfRcrC0dAiqyj5NLyk6Jm80T95AhNj/YjThelkTkmTutS6RAB8pkmpkMofdA==",
       "dev": true,
       "dependencies": {
         "accepts": "^1.3.7",
diff --git a/package.json b/package.json
index db4c20f162..c9234986e7 100644
--- a/package.json
+++ b/package.json
@@ -192,7 +192,7 @@
     "mocha-junit-reporter": "^2.2.1",
     "mocha-yaml-loader": "^1.0.3",
     "nock": "13.4.0",
-    "node-mocks-http": "^1.13.0",
+    "node-mocks-http": "^1.14.0",
     "nodemon": "^3.0.2",
     "npm-run-all": "^4.1.5",
     "open-cli": "^7.2.0",
-- 
GitLab