fix README.md

This commit is contained in:
Dave Protasowski 2025-06-13 12:16:22 -04:00
parent cc5905a2b6
commit d265e384a5
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": "",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.21.1"
"express": "^4.21.2"
}
}
```