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

This commit is contained in:
renovate[bot] 2023-11-18 21:11:30 +00:00 committed by GitHub
parent 8e74951013
commit e72d87e7b5
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.8",
"@types/lodash": "4.14.201",
"@types/node": "20.9.1",
"@types/node": "20.9.2",
"@types/passport-http-bearer": "1.0.40",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
@ -3308,9 +3308,9 @@
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
},
"node_modules/@types/node": {
"version": "20.9.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.1.tgz",
"integrity": "sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==",
"version": "20.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz",
"integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==",
"dependencies": {
"undici-types": "~5.26.4"
}