Merge pull request #451 from Ravinou/dependabot/npm_and_yarn/node-mocks-http-1.17.0

chore(deps-dev): bump node-mocks-http from 1.16.2 to 1.17.0
This commit is contained in:
Ravinou 2025-05-02 11:09:00 +02:00 committed by GitHub
commit 720328db0c
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"