From a265dcecd2e1dc9837d43b3e3852069ff56d7d11 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Mon, 16 Sep 2024 16:35:14 +0300 Subject: [PATCH] Fix sampleconsistency test (#6118) --- 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 a76e271dd06..909b2d27766 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.19.2" + "express": "^4.20.0" } } ```