Merge pull request #455 from Ravinou/dependabot/npm_and_yarn/node-mocks-http-1.17.2

chore(deps-dev): bump node-mocks-http from 1.17.1 to 1.17.2
This commit is contained in:
Ravinou 2025-05-18 12:08:16 +02:00 committed by GitHub
commit 250bf4ef0c
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"
@ -6009,9 +6009,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"