From f15ce342f79950101897b466af1b1287df520601 Mon Sep 17 00:00:00 2001 From: Iris Booker <116098160+ibooker@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:36:26 -0600 Subject: [PATCH] Update express version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a60eadf..941ae66 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ejs": "^3.1.10", "eslint": "^8.56.0", "eslint-config-braintree": "6.0.0-typescript-prep-rc.2", - "express": "^4.19.2", + "express": "^4.20.1", "gulp": "^5.0.0", "gulp-concat": "^2.4.2", "gulp-remove-code": "^3.0.4",