mirror of https://github.com/knative/docs.git
fix: bump express version on README.md (#6141)
This commit is contained in:
parent
5585e640e7
commit
db30b9dab2
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue