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 Jun 21, 2023
1 parent 3966e0b commit e69c4db
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 107 deletions.
166 changes: 60 additions & 106 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 @@ -55,7 +55,7 @@
"express": "^4.17.3",
"helmet": "^6.0.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash.sample": "^4.2.1",
"lodash.shuffle": "^4.2.0",
"ramda": "^0.28.0",
Expand Down

0 comments on commit e69c4db

Please sign in to comment.