From d9836926d40b0e31eeca0833ae58b80d94d33d50 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Sun, 4 Aug 2024 07:21:20 +1000 Subject: [PATCH] types fixes --- package.json | 4 ++-- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index f4c776c..36f8a8d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "devDependencies": { - "@types/node": "^20.14.0", + "@types/node": "^22.1.0", "esbuild": "^0.21.4", "tsx": "^4.11.2", - "typescript": "^5.4.5" + "typescript": "^5.5.4" }, "type": "module", "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 35b1dc6..48046d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@types/node': - specifier: ^20.14.0 - version: 20.14.0 + specifier: ^22.1.0 + version: 22.1.0 esbuild: specifier: ^0.21.4 version: 0.21.4 @@ -18,8 +18,8 @@ importers: specifier: ^4.11.2 version: 4.11.2 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.4 + version: 5.5.4 packages: @@ -299,8 +299,8 @@ packages: cpu: [x64] os: [win32] - '@types/node@20.14.0': - resolution: {integrity: sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==} + '@types/node@22.1.0': + resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} @@ -328,13 +328,13 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.13.0: + resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} snapshots: @@ -476,9 +476,9 @@ snapshots: '@esbuild/win32-x64@0.21.4': optional: true - '@types/node@20.14.0': + '@types/node@22.1.0': dependencies: - undici-types: 5.26.5 + undici-types: 6.13.0 esbuild@0.20.2: optionalDependencies: @@ -548,6 +548,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - typescript@5.4.5: {} + typescript@5.5.4: {} - undici-types@5.26.5: {} + undici-types@6.13.0: {}