Update dependency @types/node to v20.9.3

This commit is contained in:
renovate[bot] 2023-11-21 03:05:35 +00:00 committed by GitHub
parent 7af8fcf803
commit 6c57b1c740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
package-lock.json generated
View File

@ -784,9 +784,9 @@
}
},
"node_modules/@types/node": {
"version": "20.9.2",
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.9.2.tgz",
"integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==",
"version": "20.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
"integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"