chore(deps-dev): bump node-mocks-http from 1.16.2 to 1.17.0

Bumps [node-mocks-http](https://github.com/eugef/node-mocks-http) from 1.16.2 to 1.17.0.
- [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.2...v1.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-28 20:20:56 +00:00 committed by GitHub
commit 10e13763fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -38,7 +38,7 @@
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.1",
"husky": "^9.1.7",
"node-mocks-http": "^1.16.2",
"node-mocks-http": "^1.17.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.2"
@ -5995,9 +5995,9 @@
}
},
"node_modules/node-mocks-http": {
"version": "1.16.2",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.16.2.tgz",
"integrity": "sha512-2Sh6YItRp1oqewZNlck3LaFp5vbyW2u51HX2p1VLxQ9U/bG90XV8JY9O7Nk+HDd6OOn/oV3nA5Tx5k4Rki0qlg==",
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.17.0.tgz",
"integrity": "sha512-5JqOrEtENMQkhX4Gbf1Zl7xiE1dNTn0dnsvk45BrlSt4HpCkigQkp2/UsbwJfGU+XYmkb4x7bRiekYvM71B+xw==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -43,7 +43,7 @@
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.1",
"husky": "^9.1.7",
"node-mocks-http": "^1.16.2",
"node-mocks-http": "^1.17.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.2"