Skip to content

Commit db30b9d

Browse files
authored
fix: bump express version on README.md (#6141)
1 parent 5585e64 commit db30b9d

File tree

1 file changed

+1
-1
lines changed
  • code-samples/serving/hello-world/helloworld-nodejs

1 file changed

+1
-1
lines changed

code-samples/serving/hello-world/helloworld-nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cd knative-docs/code-samples/serving/hello-world/helloworld-nodejs
7878
"author": "",
7979
"license": "Apache-2.0",
8080
"dependencies": {
81-
"express": "^4.20.0"
81+
"express": "^4.21.1"
8282
}
8383
}
8484
```

0 commit comments

Comments
 (0)