Skip to content

Commit 8dfadff

Browse files
committed
fix: upgrade express from 4.16.4 to 4.19.1
Snyk has created this PR to upgrade express from 4.16.4 to 4.19.1. See this package in npm: https://www.npmjs.com/package/express See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/75b76a42-1a11-4113-9886-612a3cb90f61?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a1dcbc6 commit 8dfadff

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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"express": "^4.16.4"
12+
"express": "^4.19.1"
1313
}
1414
}

0 commit comments

Comments
 (0)