From db30b9dab20b9bc0c6e91d613627e08f27815f4f Mon Sep 17 00:00:00 2001 From: Davide Pruscini Date: Mon, 21 Oct 2024 19:08:59 +0200 Subject: [PATCH] fix: bump express version on README.md (#6141) --- code-samples/serving/hello-world/helloworld-nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-samples/serving/hello-world/helloworld-nodejs/README.md b/code-samples/serving/hello-world/helloworld-nodejs/README.md index 909b2d2776..fe39a8300d 100644 --- a/code-samples/serving/hello-world/helloworld-nodejs/README.md +++ b/code-samples/serving/hello-world/helloworld-nodejs/README.md @@ -78,7 +78,7 @@ cd knative-docs/code-samples/serving/hello-world/helloworld-nodejs "author": "", "license": "Apache-2.0", "dependencies": { - "express": "^4.20.0" + "express": "^4.21.1" } } ```