From 6291f9c73e5553b6c412dfe4b665bf03e55858af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 01:43:45 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20 --- package.json | 2 +- pnpm-lock.yaml | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c5669a1..ecc3161 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "magic-string": "0.27.0" }, "devDependencies": { - "@types/node": "18.11.18", + "@types/node": "20.10.6", "comlink": "4.3.1", "tsup": "5.12.9", "typescript": "4.9.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 42a557a..0efeea3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: 5.4 specifiers: - '@types/node': 18.11.18 + '@types/node': 20.10.6 comlink: 4.3.1 json5: 2.2.3 magic-string: 0.27.0 @@ -14,7 +14,7 @@ dependencies: magic-string: 0.27.0 devDependencies: - '@types/node': 18.11.18 + '@types/node': 20.10.6 comlink: 4.3.1 tsup: 5.12.9_typescript@4.9.4 typescript: 4.9.4 @@ -47,8 +47,10 @@ packages: fastq: 1.13.0 dev: true - /@types/node/18.11.18: - resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==} + /@types/node/20.10.6: + resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} + dependencies: + undici-types: 5.26.5 dev: true /any-promise/1.3.0: @@ -878,6 +880,10 @@ packages: hasBin: true dev: true + /undici-types/5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /vite/2.9.15: resolution: {integrity: sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==} engines: {node: '>=12.2.0'}