Skip to content

Commit 949f130

Browse files
committed
fix: EmployeeDB/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490
1 parent a09d085 commit 949f130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmployeeDB/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node app"
77
},
88
"dependencies": {
9-
"express": "4.17.1",
9+
"express": "4.17.3",
1010
"jade": "*",
1111
"stylus": "*",
1212
"mongodb": ">= 0.9.6-7"

0 commit comments

Comments
 (0)