1 Commits

Author SHA1 Message Date
snyk-bot
fe9f3c65af 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
2025-07-15 00:12:04 +00:00
2 changed files with 9 additions and 10 deletions

17
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0",
"license": "MIT",
"dependencies": {
"axios": "^1.12.0",
"axios": "^1.10.0",
"bottleneck": "^2.19.5",
"connect-redis": "^8.1.0",
"cookie-parser": "^1.4.7",
@@ -437,13 +437,13 @@
}
},
"node_modules/axios": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz",
"integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==",
"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",
"form-data": "^4.0.4",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
@@ -1190,15 +1190,14 @@
}
},
"node_modules/form-data": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"es-set-tostringtag": "^2.1.0",
"hasown": "^2.0.2",
"mime-types": "^2.1.12"
},
"engines": {

View File

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