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-REDIS-1255645
  • Loading branch information
snyk-bot committed Apr 27, 2021
1 parent c01e8ca commit 41cc418
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 @@ -59,7 +59,7 @@
"debug": "^4.3.1",
"generic-pool": "^3.7.1",
"is-json": "^2.0.1",
"redis": "^3.0.2",
"redis": "^3.1.1",
"retry-as-promised": "^3.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 41cc418

Please sign in to comment.