From a8b849a0aef88edca72a14717e2741d224abfcef Mon Sep 17 00:00:00 2001 From: Timothy Gerstel Date: Thu, 25 Apr 2024 10:55:41 -0400 Subject: [PATCH] Bump express 4.17.0 -> 4.19.2 Signed-off-by: Timothy Gerstel --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",