From 89da1541998cf0254fb16bc78437f90572ccef70 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 05:18:07 +0000 Subject: [PATCH] Update dependency express to ^4.21.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a37f29..ea7acc0 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@vonage/server-sdk": "^3.6.0", "airtable": "^0.8.1", "dotenv": "^16.3.1", - "express": "^4.18.2" + "express": "^4.21.1" } }