Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-6139239
  • Loading branch information
snyk-bot committed Apr 16, 2024
1 parent 6932dfd commit 8cc7dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"lodash": "^4.17.4",
"lodash": "^4.17.17",
"lusca": "^1.5.2",
"mongoose": "^4.13.7",
"morgan": "^1.9.0",
Expand All @@ -44,7 +44,7 @@
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"request-promise": "^4.2.6",
"winston": "^2.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8cc7dd8

Please sign in to comment.