From 85a55248fc318b830d46d5357eb4ebd036f7863f Mon Sep 17 00:00:00 2001 From: Pradeeban Kathiravelu Date: Thu, 15 Dec 2022 09:34:33 -0500 Subject: [PATCH] Bump version of express --- modules/app-layer/src/main/resources/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app-layer/src/main/resources/dashboard/package.json b/modules/app-layer/src/main/resources/dashboard/package.json index dc27c07..ba4cb9c 100644 --- a/modules/app-layer/src/main/resources/dashboard/package.json +++ b/modules/app-layer/src/main/resources/dashboard/package.json @@ -11,7 +11,7 @@ "dependencies": { "atob": "^2.1.2", "cookie-parser": "^1.4.5", - "express": "^4.17.3", + "express": "^4.18.2", "jsonwebtoken": "^8.5.1", "jwks-rsa": "^2.0.2" }