From a0c0c41f47dc3df426b300b784f68d3776cc2319 Mon Sep 17 00:00:00 2001 From: Luke Schlangen Date: Fri, 19 Dec 2025 10:12:02 -0600 Subject: [PATCH] chore: Update express dependency to version 5.2.1 --- run/helloworld/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 62cccf4d37..2bd6575f10 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -18,7 +18,7 @@ "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "^5.2.1" }, "devDependencies": { "c8": "^10.0.0",