diff --git a/package.json b/package.json index a2c5bc0..d8f2e1e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/common-tags": "^1.8.3", "@types/config": "^3.3.2", "@types/lodash": "^4.14.200", - "@types/node": "^18.15.11", + "@types/node": "^20.9.0", "@types/ws": "^8.5.8", "eslint": "^8.53.0", "eslint-config-snazzah": "^1.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7607882..937c961 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,8 +35,8 @@ devDependencies: specifier: ^4.14.200 version: 4.14.200 '@types/node': - specifier: ^18.15.11 - version: 18.15.11 + specifier: ^20.9.0 + version: 20.9.0 '@types/ws': specifier: ^8.5.8 version: 8.5.8 @@ -51,7 +51,7 @@ devDependencies: version: 3.0.7 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.15.11)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.0)(typescript@5.2.2) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -252,6 +252,12 @@ packages: resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} dev: true + /@types/node@20.9.0: + resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} + dependencies: + undici-types: 5.26.5 + dev: true + /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: @@ -2529,7 +2535,7 @@ packages: - supports-color dev: true - /ts-node@10.9.1(@types/node@18.15.11)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.9.0)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -2548,7 +2554,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.11 + '@types/node': 20.9.0 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -2644,6 +2650,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'}