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

This commit is contained in:
renovate[bot] 2024-01-16 01:13:16 +00:00 committed by GitHub
parent 503c49395e
commit 067cdbb80e
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.11",
"@types/lodash": "4.14.202",
"@types/node": "20.11.2",
"@types/node": "20.11.3",
"@types/passport-http-bearer": "1.0.41",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "6.0.2",
@ -3598,9 +3598,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.2.tgz",
"integrity": "sha512-cZShBaVa+UO1LjWWBPmWRR4+/eY/JR/UIEcDlVsw3okjWEu+rB7/mH6X3B/L+qJVHDLjk9QW/y2upp9wp1yDXA==",
"version": "20.11.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.3.tgz",
"integrity": "sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==",
"dependencies": {
"undici-types": "~5.26.4"
}