chore(deps): update dependency @types/node to v20.9.4

This commit is contained in:
renovate[bot] 2023-11-22 06:07:50 +00:00 committed by GitHub
parent edb467c0fb
commit 8663855e67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

8
package-lock.json generated
View file

@ -71,7 +71,7 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.10",
"@types/lodash": "4.14.202",
"@types/node": "20.9.3",
"@types/node": "20.9.4",
"@types/passport-http-bearer": "1.0.41",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
@ -3306,9 +3306,9 @@
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
},
"node_modules/@types/node": {
"version": "20.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
"integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
"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"
}