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
This commit is contained in:
snyk-bot 2025-09-17 08:37:42 +00:00
parent b89bce9dcf
commit 9de02f4391
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

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

View File

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