Skip to content

Commit c736c30

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent ba5a564 commit c736c30

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package-lock.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@discordjs/collection": "^2.1.1",
5656
"@sapphire/async-queue": "^1.5.5",
57-
"axios": "^1.9.0",
57+
"axios": "^1.12.0",
5858
"stanza": "^12.21.0",
5959
"tslib": "^2.8.1",
6060
"ws": "^8.18.2"

0 commit comments

Comments
 (0)