chore(deps-dev): bump node-mocks-http from 1.16.0 to 1.16.1 (#10582)

Bumps [node-mocks-http](https://github.com/eugef/node-mocks-http) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/eugef/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](https://github.com/eugef/node-mocks-http/compare/v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: node-mocks-http
  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>
This commit is contained in:
dependabot[bot]
2024-10-08 14:41:19 +01:00
committed by GitHub
parent ee86905883
commit ae8414a6f0
2 changed files with 17 additions and 22 deletions

37
package-lock.json generated
View File

@@ -108,7 +108,7 @@
"mocha-junit-reporter": "^2.2.1",
"mocha-yaml-loader": "^1.0.3",
"nock": "13.5.5",
"node-mocks-http": "^1.16.0",
"node-mocks-http": "^1.16.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
@@ -21160,13 +21160,11 @@
}
},
"node_modules/node-mocks-http": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.16.0.tgz",
"integrity": "sha512-jmDjsr87ugnZ4nqBeX8ccMB1Fn04qc5Fz45XgrneJerWGV0VqS+wpu/zVkwv8LDAYHljDy5FzNvRJaOzEW9Dyw==",
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.16.1.tgz",
"integrity": "sha512-Q2m5bmIE1KFeeKI6OsSn+c4XDara5NWnUJgzqnIkhiCNukYX+fqu0ADSeKOlpWtbCwgRnJ69F+7RUiQltzTKXA==",
"dev": true,
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "*",
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
"depd": "^1.1.0",
@@ -21180,15 +21178,18 @@
},
"engines": {
"node": ">=14"
}
},
"node_modules/node-mocks-http/node_modules/@types/node": {
"version": "20.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz",
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
},
"peerDependencies": {
"@types/express": "^4.17.21 || ^5.0.0",
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/express": {
"optional": true
},
"@types/node": {
"optional": true
}
}
},
"node_modules/node-pg-migrate": {
@@ -29122,12 +29123,6 @@
"node": ">=18.17"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/unicode-canonical-property-names-ecmascript": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",

View File

@@ -195,7 +195,7 @@
"mocha-junit-reporter": "^2.2.1",
"mocha-yaml-loader": "^1.0.3",
"nock": "13.5.5",
"node-mocks-http": "^1.16.0",
"node-mocks-http": "^1.16.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",