Merge pull request #162 from clansty/dependabot/npm_and_yarn/types/node-20.10.7

chore(deps-dev): bump @types/node from 18.18.8 to 20.10.7
This commit is contained in:
凌莞~(=^▽^=) 2024-01-09 20:12:05 +08:00 committed by GitHub
commit 36b8f11f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"@types/date-and-time": "^0.13.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/lodash": "^4.14.201",
"@types/node": "^18.6.3",
"@types/node": "^20.10.7",
"@types/prompts": "^2.4.8",
"@types/sharp": "^0.31.1",
"ts-node": "^10.9.1",

View File

@ -92,8 +92,8 @@ devDependencies:
specifier: ^4.14.201
version: 4.14.201
'@types/node':
specifier: ^18.6.3
version: 18.18.8
specifier: ^20.10.7
version: 20.10.7
'@types/prompts':
specifier: ^2.4.8
version: 2.4.8
@ -102,7 +102,7 @@ devDependencies:
version: 0.31.1
ts-node:
specifier: ^10.9.1
version: 10.9.1(@types/node@18.18.8)(typescript@5.2.2)
version: 10.9.1(@types/node@20.10.7)(typescript@5.2.2)
typescript:
specifier: ^5.2.2
version: 5.2.2
@ -837,6 +837,12 @@ packages:
undici-types: 5.26.5
dev: true
/@types/node@20.10.7:
resolution: {integrity: sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==}
dependencies:
undici-types: 5.26.5
dev: true
/@types/prompts@2.4.8:
resolution: {integrity: sha512-fPOEzviubkEVCiLduO45h+zFHB0RZX8tFt3C783sO5cT7fUXf3EEECpD26djtYdh4Isa9Z9tasMQuZnYPtvYzw==}
dependencies:
@ -3410,7 +3416,7 @@ packages:
engines: {node: '>=14.0.0'}
dev: false
/ts-node@10.9.1(@types/node@18.18.8)(typescript@5.2.2):
/ts-node@10.9.1(@types/node@20.10.7)(typescript@5.2.2):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
@ -3429,7 +3435,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 18.18.8
'@types/node': 20.10.7
acorn: 8.11.2
acorn-walk: 8.3.0
arg: 4.1.3