From 05cca35c8dee83201bccfa427a9dd052f4b74336 Mon Sep 17 00:00:00 2001 From: "Bofu Chen (bafu)" Date: Thu, 27 Apr 2023 23:18:39 +0800 Subject: [PATCH] build(package.json): update @types/node to fix the "AbortSignal" issue Details: https://github.com/microsoft/TypeScript/issues/51567 Signed-off-by: Bofu Chen (bafu) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75d2b54..e2b93d3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/command-line-usage": "^5.0.2", "@types/crypto-js": "^4.1.1", "@types/mocha": "^9.1.0", - "@types/node": "^17.0.25", + "@types/node": "^18.16.1", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "chai": "^4.3.6", @@ -59,6 +59,6 @@ "/bin" ], "volta": { - "node": "16.19.0" + "node": "18.16.0" } }