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-ASYNC-2441827
  • Loading branch information
snyk-bot committed Apr 7, 2022
1 parent c4de5de commit c7881ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"main": "./lib",
"dependencies": {
"async": "^1.5.0",
"async": "^3.2.2",
"express-unless": "^1.0.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.21"
Expand Down

0 comments on commit c7881ad

Please sign in to comment.