Fix sampleconsistency test (#6118)

This commit is contained in:
Stavros Kontopoulos 2024-09-16 16:35:14 +03:00 committed by GitHub
parent f54c1ce594
commit a265dcecd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ cd knative-docs/code-samples/serving/hello-world/helloworld-nodejs
"author": "", "author": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"express": "^4.19.2" "express": "^4.20.0"
} }
} }
``` ```