Merge pull request #12791 from nestjs/dependabot/npm_and_yarn/types/node-20.9.4

chore(deps-dev): bump @types/node from 20.9.0 to 20.9.4
This commit is contained in:
Kamil Mysliwiec
2023-11-23 08:28:40 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -55,7 +55,7 @@
"@types/gulp": "4.0.17",
"@types/http-errors": "2.0.4",
"@types/mocha": "10.0.4",
"@types/node": "20.9.0",
"@types/node": "20.9.4",
"@types/sinon": "17.0.1",
"@types/supertest": "2.0.16",
"@types/ws": "8.5.9",
@@ -3868,9 +3868,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.9.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
"integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
"version": "20.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz",
"integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==",
"dependencies": {
"undici-types": "~5.26.4"
}

View File

@@ -103,7 +103,7 @@
"@types/gulp": "4.0.17",
"@types/http-errors": "2.0.4",
"@types/mocha": "10.0.4",
"@types/node": "20.9.0",
"@types/node": "20.9.4",
"@types/sinon": "17.0.1",
"@types/supertest": "2.0.16",
"@types/ws": "8.5.9",