diff --git a/package-lock.json b/package-lock.json index 63b553fc..87da70fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "body-parser": "~1.20.0", "cookie-parser": "~1.4.3", "diffie-hellman": "^5.0.3", - "express": "~4.19.2", + "express": "^4.19.2", "express-session": "~1.15.6", "express-static-gzip": "~1.1.3", "glob": "~7.2.3", diff --git a/package.json b/package.json index d1857309..afb087b0 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "body-parser": "~1.20.0", "cookie-parser": "~1.4.3", "diffie-hellman": "^5.0.3", - "express": "~4.19.2", + "express": "^4.19.2", "express-session": "~1.15.6", "express-static-gzip": "~1.1.3", "glob": "~7.2.3",