Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#220)
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-QS-3153490

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
OmgImAlexis and snyk-bot authored Apr 11, 2023
1 parent 3181e6a commit ac4f805
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 @@ -38,9 +38,9 @@
],
"dependencies": {
"agenda": "^4.2.1",
"body-parser": "^1.15.0",
"body-parser": "^1.19.2",
"commander": "^2.9.0",
"express": "^4.0.0",
"express": "^4.17.3",
"mongodb": "*",
"semver": "^7.3.4"
},
Expand Down

0 comments on commit ac4f805

Please sign in to comment.