From 667cffb9f54a1c9328f2f5d62835acf79a10f9e1 Mon Sep 17 00:00:00 2001 From: prushh Date: Mon, 21 Oct 2024 17:49:04 +0200 Subject: [PATCH] fix: bump express version on README.md --- 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" } } ```