From 3caa4087b73bf46f08248483349f8f93fea4c778 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 7 Aug 2024 15:00:29 -0400 Subject: [PATCH] Updated package versions --- nodejs/package-lock.json | 2 +- nodejs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json index f044463..1c6c0ed 100644 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -15,7 +15,7 @@ "bcrypt": "^5.1.1", "bootstrap": "^5.3.3", "ejs": "^3.1.10", - "express": "^4.18.2", + "express": "^4.19.2", "extend": "^3.0.2", "jquery": "^3.7.1", "ldapts": "^2.12.0", diff --git a/nodejs/package.json b/nodejs/package.json index fc7615b..709de97 100755 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -18,7 +18,7 @@ "bcrypt": "^5.1.1", "bootstrap": "^5.3.3", "ejs": "^3.1.10", - "express": "^4.18.2", + "express": "^4.19.2", "extend": "^3.0.2", "jquery": "^3.7.1", "ldapts": "^2.12.0",