Skip to content

Commit

Permalink
fix: package.json & package-lock.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-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jul 8, 2023
1 parent 0b6e6d0 commit e0df5be
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 102 deletions.
171 changes: 70 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"http-errors": "^1.8.0",
"joi": "^17.3.0",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"mailgun-js": "^0.22.0",
"mailgun.js": "^7.0.0",
"mongoose": "^6.4.6",
Expand Down

0 comments on commit e0df5be

Please sign in to comment.