Skip to content

Commit 67a61e3

Browse files
chore: loosen the version requirement of @types/node
Related: #3793
1 parent 7467216 commit 67a61e3

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)