fix: upgrade axios from 1.9.0 to 1.10.0

Snyk has created this PR to upgrade axios from 1.9.0 to 1.10.0.

See this package in npm:
axios

See this project in Snyk:
https://app.snyk.io/org/20kaushik02/project/b4833e61-9c4d-40ff-afd5-54cf293ce6bc?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2025-07-15 00:12:04 +00:00
parent b89bce9dcf
commit fe9f3c65af
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0",
"axios": "^1.10.0",
"bottleneck": "^2.19.5",
"connect-redis": "^8.1.0",
"cookie-parser": "^1.4.7",
@ -437,9 +437,9 @@
}
},
"node_modules/axios": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
"integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

@ -20,7 +20,7 @@
},
"homepage": "https://api.spotify-manager.knravish.me",
"dependencies": {
"axios": "^1.9.0",
"axios": "^1.10.0",
"bottleneck": "^2.19.5",
"connect-redis": "^8.1.0",
"cookie-parser": "^1.4.7",