fix: bump express version on README.md (#6141)

This commit is contained in:
Davide Pruscini 2024-10-21 19:08:59 +02:00 committed by GitHub
parent 5585e640e7
commit db30b9dab2
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": "",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.20.0"
"express": "^4.21.1"
}
}
```