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

This commit is contained in:
renovate[bot] 2023-11-29 22:04:51 +00:00 committed by GitHub
parent eef6497803
commit 62fcb25e15
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.10.0",
"@types/node": "20.10.1",
"@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.10.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz",
"integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==",
"version": "20.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.1.tgz",
"integrity": "sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==",
"dependencies": {
"undici-types": "~5.26.4"
}