Skip to content

Commit

Permalink
build(package.json): update @types/node to fix the "AbortSignal" issue
Browse files Browse the repository at this point in the history
Details: microsoft/TypeScript#51567

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
  • Loading branch information
bafu committed Apr 27, 2023
1 parent 4d0442a commit 05cca35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -59,6 +59,6 @@
"/bin"
],
"volta": {
"node": "16.19.0"
"node": "18.16.0"
}
}

0 comments on commit 05cca35

Please sign in to comment.