Skip to content

Commit 3989341

Browse files
chore: loosen the version requirement of @types/node
Related: socketio#3793
1 parent 6830854 commit 3989341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@types/cookie": "^0.4.0",
4747
"@types/cors": "^2.8.8",
48-
"@types/node": "^14.14.10",
48+
"@types/node": ">=10.0.0",
4949
"accepts": "~1.3.4",
5050
"base64id": "~2.0.0",
5151
"debug": "~4.3.1",

0 commit comments

Comments
 (0)