From a3b68c2a28b07c565eae2c96235abf1cd61027f1 Mon Sep 17 00:00:00 2001 From: Luke Schlangen Date: Fri, 19 Dec 2025 10:16:31 -0600 Subject: [PATCH] chore: Update express dependency to version 5.2.1 --- run/helloworld/package.docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/helloworld/package.docs.json b/run/helloworld/package.docs.json index 8661600a08..8c902cc777 100644 --- a/run/helloworld/package.docs.json +++ b/run/helloworld/package.docs.json @@ -14,6 +14,6 @@ "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "^5.2.1" } }