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-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 31, 2023
1 parent 51e1d35 commit 19626e5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
48 changes: 36 additions & 12 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 @@ -7,7 +7,7 @@
"test": "tests"
},
"dependencies": {
"@slack/web-api": "^6.8.0",
"@slack/web-api": "^6.9.1",
"axios": "^0.27.2",
"concurrently": "5.2.0",
"esm": "3.2.25",
Expand Down

0 comments on commit 19626e5

Please sign in to comment.