Skip to content

Commit 403032e

Browse files
committed
🐛 Change to >= instead of ^
1 parent ef1786d commit 403032e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interapp-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/bun": "^1.0.8",
2525
"@types/cookie-parser": "^1.4.6",
2626
"@types/cors": "^2.8.16",
27-
"@types/express": "^5.0.0",
27+
"@types/express": ">=5.0.0",
2828
"@types/express-rate-limit": "^6.0.0",
2929
"@types/multer": "^1.4.11",
3030
"@types/node-cron": "^3.0.11",

0 commit comments

Comments
 (0)