Prevent updating express dependency to v5

-Will allow v5 later when there is more time to fix breaking changes
This commit is contained in:
Joe Uhren
2025-04-06 22:49:18 -06:00
parent d9e0e54dec
commit b8030855af
+1 -1
View File
@@ -36,7 +36,7 @@
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"debug": ">=4.3.4",
"express": ">=4.18.1",
"express": "^4.21.2",
"intl": "^1.2.5",
"jsonminify": "^0.4.2",
"mongodb": "^6.1.0",