Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - axios from 1.7.4 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - tslib from 2.6.3 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/tslib

See this project in Snyk:
https://app.snyk.io/org/tnfangel/project/97f4d730-54d8-44ec-a0b7-315a01c27f2f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 86833cd commit 1c88980
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
29 changes: 15 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"@discordjs/collection": "^2.0.0",
"@sapphire/async-queue": "^1.5.3",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.7.4",
"axios": "^1.7.5",
"stanza": "^12.18.0",
"tslib": "^2.5.0",
"tslib": "^2.7.0",
"ws": "^8.18.0"
},
"optionalDependencies": {
Expand Down

0 comments on commit 1c88980

Please sign in to comment.