fix: upgrade axios from 1.7.4 to 1.7.5

Snyk has created this PR to upgrade axios from 1.7.4 to 1.7.5.

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 2024-09-14 10:10:49 +00:00
parent 528aba9e90
commit 2ae8533737
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0",
"license": "MIT",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.5",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
@ -404,9 +404,10 @@
}
},
"node_modules/axios": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz",
"integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View File

@ -18,7 +18,7 @@
},
"homepage": "https://github.com/20kaushik02/spotify-manager#readme",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.5",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",