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-NODEFETCH-2964180
  • Loading branch information
snyk-bot committed Jul 31, 2022
1 parent d678b47 commit de1d48b
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 81 deletions.
233 changes: 153 additions & 80 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 @@ -9,7 +9,7 @@
"author": "mushahidq",
"license": "MIT",
"dependencies": {
"discord.js": "^12.5.1",
"discord.js": "^14.0.0",
"dotenv": "^8.2.0",
"pg": "^8.5.1"
}
Expand Down

0 comments on commit de1d48b

Please sign in to comment.