Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 661a2fe commit fb5cc04
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 258 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"typescript": "4.3.4"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^1.6.8",
"discord.js": "discordjs/discord.js",
"dotenv": "^9.0.2",
"fastify": "^3.18.0",
"fastify": "^4.24.1",
"fastify-cors": "^6.0.1",
"hyphenation.en-us": "^0.2.1",
"hypher": "^0.2.5",
"nedb": "^1.8.0",
"pluralize": "^8.0.0",
"valid-url": "^1.0.9",
"winston": "^3.3.3"
"winston": "^3.3.4"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit fb5cc04

Please sign in to comment.