build(deps-dev): bump @types/node from 20.6.2 to 20.6.5 (#154)

This commit is contained in:
dependabot[bot] 2023-09-25 06:05:46 -05:00 committed by GitHub
parent 3f4134e197
commit 2aa69a5c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.6.2",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.2",
"@vercel/ncc": "^0.38.0",
@ -1699,9 +1699,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.6.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.2.tgz",
"integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw=="
"version": "20.6.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.5.tgz",
"integrity": "sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w=="
},
"node_modules/@types/node-fetch": {
"version": "2.6.3",
@ -8834,9 +8834,9 @@
"dev": true
},
"@types/node": {
"version": "20.6.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.2.tgz",
"integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw=="
"version": "20.6.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.5.tgz",
"integrity": "sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w=="
},
"@types/node-fetch": {
"version": "2.6.3",

View file

@ -33,7 +33,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@types/node": "^20.6.2",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.2",
"@vercel/ncc": "^0.38.0",