Skip to content

Commit 4ffc8af

Browse files
committed
fix: upgrade express from 4.17.2 to 4.17.3
Snyk has created this PR to upgrade express from 4.17.2 to 4.17.3. See this package in npm: https://www.npmjs.com/package/express See this project in Snyk: https://app.snyk.io/org/loft-fzm/project/df424ad8-53af-45cb-9b8e-0971e1968e4d?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent d6091ae commit 4ffc8af

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

examples/quickstart-kubectl/package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/quickstart-kubectl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "nodemon index.js"
88
},
99
"dependencies": {
10-
"express": "^4.17.2",
10+
"express": "^4.17.3",
1111
"nodemon": "^2.0.15"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)