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

This commit is contained in:
renovate[bot] 2024-01-24 07:01:01 +00:00 committed by GitHub
parent 4b309ba72e
commit 61623480ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.11",
"@types/lodash": "4.14.202",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/passport-http-bearer": "1.0.41",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "6.0.2",
@ -3597,9 +3597,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.11.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz",
"integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==",
"version": "20.11.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz",
"integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==",
"dependencies": {
"undici-types": "~5.26.4"
}