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/npm:ms:20151024
- https://snyk.io/vuln/npm:ms:20170412
  • Loading branch information
snyk-bot committed May 4, 2024
1 parent 5ba0951 commit bbbaf79
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-session": "^1.17.2",
"file-type": "^8.1.0",
"hbs": "^4.0.4",
"humanize-ms": "1.0.1",
"humanize-ms": "1.2.1",
"jquery": "^2.2.4",
"lodash": "4.17.20",
"marked": "0.3.6",
Expand All @@ -44,7 +44,7 @@
"mongodb": "^3.5.9",
"mongoose": "4.2.4",
"morgan": "latest",
"ms": "^0.7.1",
"ms": "^2.0.0",
"mysql": "^2.18.1",
"npmconf": "2.1.3",
"optional": "^0.1.3",
Expand Down

0 comments on commit bbbaf79

Please sign in to comment.