From d90fb3d8bf5355dd2af8e29be73aa653d495b6f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:50:17 +0800 Subject: [PATCH] chore(deps): update dependency @types/node to v16 (#179) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> - We already have a Node.js 16 CI environment to ensure this project works correctly on Node.js 16 - The project templates depend on the active LTS version of `@types/node`, which is 16.x, and will soon be 18.x. It's better to keep that in sync with the version that the project itself uses. --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 1dde5374..7b4e8f44 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/vuejs/create-vue#readme", "devDependencies": { "@types/eslint": "^8.4.6", - "@types/node": "^14.18.32", + "@types/node": "^16.11.66", "@types/prompts": "^2.4.1", "@vue/create-eslint-config": "^0.1.3", "@vue/tsconfig": "^0.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5af27bc6..8971140b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ importers: .: specifiers: '@types/eslint': ^8.4.6 - '@types/node': ^14.18.32 + '@types/node': ^16.11.66 '@types/prompts': ^2.4.1 '@vue/create-eslint-config': ^0.1.3 '@vue/tsconfig': ^0.1.3 @@ -21,10 +21,10 @@ importers: zx: ^4.3.0 devDependencies: '@types/eslint': 8.4.6 - '@types/node': 14.18.32 + '@types/node': 16.11.66 '@types/prompts': 2.4.1 '@vue/create-eslint-config': 0.1.3 - '@vue/tsconfig': 0.1.3_@types+node@14.18.32 + '@vue/tsconfig': 0.1.3_@types+node@16.11.66 esbuild: 0.14.54 esbuild-plugin-license: 1.2.2_esbuild@0.14.54 husky: 8.0.1 @@ -654,14 +654,14 @@ packages: resolution: {integrity: sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==} dev: true - /@types/node/14.18.32: - resolution: {integrity: sha512-Y6S38pFr04yb13qqHf8uk1nHE3lXgQ30WZbv1mLliV9pt0NjvqdWttLcrOYLnXbOafknVYRHZGoMSpR9UwfYow==} - dev: true - /@types/node/16.11.65: resolution: {integrity: sha512-Vfz7wGMOr4jbQGiQHVJm8VjeQwM9Ya7mHe9LtQ264/Epf5n1KiZShOFqk++nBzw6a/ubgYdB9Od7P+MH/LjoWw==} dev: true + /@types/node/16.11.66: + resolution: {integrity: sha512-+xvMrGl3eAygKcf5jm+4zA4tbfEgmKM9o6/glTmN0RFVdu2VuFXMYYtRmuv3zTGCgAYMnEZLde3B7BTp+Yxcig==} + dev: true + /@types/node/18.7.14: resolution: {integrity: sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==} dev: true @@ -897,7 +897,7 @@ packages: optional: true dev: true - /@vue/tsconfig/0.1.3_@types+node@14.18.32: + /@vue/tsconfig/0.1.3_@types+node@16.11.66: resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==} peerDependencies: '@types/node': '*' @@ -905,7 +905,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 14.18.32 + '@types/node': 16.11.66 dev: true /abab/2.0.6: @@ -4133,7 +4133,7 @@ packages: dependencies: '@types/fs-extra': 9.0.13 '@types/minimist': 1.2.2 - '@types/node': 16.11.65 + '@types/node': 16.11.66 '@types/node-fetch': 2.6.2 chalk: 4.1.2 fs-extra: 10.1.0 -- 2.39.5