From a89722eb6a82acef24f54e82eef001403e6a3d86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:29:33 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20 --- package.json | 2 +- pnpm-lock.yaml | 16 +++++++++++----- template/config/typescript/package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 59d05fb9..6ce8b25d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@antfu/utils": "^0.7.5", "@types/ejs": "^3.1.2", "@types/minimist": "^1.2.4", - "@types/node": "^18.17.3", + "@types/node": "^20.9.0", "@types/prompts": "^2.4.4", "@vue/create-eslint-config": "^0.3.1", "bumpp": "^9.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b890ea1d..eb744183 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ devDependencies: specifier: ^1.2.4 version: 1.2.4 '@types/node': - specifier: ^18.17.3 - version: 18.17.3 + specifier: ^20.9.0 + version: 20.9.0 '@types/prompts': specifier: ^2.4.4 version: 2.4.4 @@ -505,8 +505,10 @@ packages: resolution: {integrity: sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==} dev: true - /@types/node@18.17.3: - resolution: {integrity: sha512-2x8HWtFk0S99zqVQABU9wTpr8wPoaDHZUcAkoTKH+nL7kPv3WUI9cRi/Kk5Mz4xdqXSqTkKP7IWNoQQYCnDsTA==} + /@types/node@20.9.0: + resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} + dependencies: + undici-types: 5.26.5 dev: true /@types/normalize-package-data@2.4.1: @@ -516,7 +518,7 @@ packages: /@types/prompts@2.4.4: resolution: {integrity: sha512-p5N9uoTH76lLvSAaYSZtBCdEXzpOOufsRjnhjVSrZGXikVGHX9+cc9ERtHRV4hvBKHyZb1bg4K+56Bd2TqUn4A==} dependencies: - '@types/node': 18.17.3 + '@types/node': 20.9.0 kleur: 3.0.3 dev: true @@ -3280,6 +3282,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 3e3a28ab..5130ed4f 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -3,7 +3,7 @@ "type-check": "vue-tsc --noEmit" }, "devDependencies": { - "@types/node": "^18.17.3", + "@types/node": "^20.9.0", "@uni-helper/uni-app-types": "^0.5.8", "@vue/tsconfig": "^0.4.0", "typescript": "~5.0.4",