chore(deps-dev): bump node-mocks-http from 1.17.1 to 1.17.2

Bumps [node-mocks-http](https://github.com/eugef/node-mocks-http) from 1.17.1 to 1.17.2.
- [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.17.1...v1.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-08 20:12:00 +00:00 committed by GitHub
commit bcd7d25cd2
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.17.1",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
@ -5995,9 +5995,9 @@
}
},
"node_modules/node-mocks-http": {
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.17.1.tgz",
"integrity": "sha512-lWJYkonI2Qi15AZoo6uA3+bhVYaYUyDyYWZH2pqpsd6UZs05QWzVsy9GOXavvAMGNePp2vpgtORTJEUQe8W6QA==",
"version": "1.17.2",
"resolved": "https://registry.npmjs.org/node-mocks-http/-/node-mocks-http-1.17.2.tgz",
"integrity": "sha512-HVxSnjNzE9NzoWMx9T9z4MLqwMpLwVvA0oVZ+L+gXskYXEJ6tFn3Kx4LargoB6ie7ZlCLplv7QbWO6N+MysWGA==",
"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.17.1",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.3"