Merge pull request #29 from 20kaushik02/snyk-fix-559b80c52c0e44baec10571ded3f3bbd

[Snyk] Security upgrade axios from 1.7.7 to 1.7.8
This commit is contained in:
Kaushik Narayan Ravishankar 2024-11-28 15:38:07 -07:00 committed by GitHub
commit 7ce9481b75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
@ -18,8 +18,8 @@
"express-session": "^1.18.1",
"express-validator": "^7.2.0",
"helmet": "^7.2.0",
"sequelize": "^6.37.5",
"pg": "^8.13.1",
"sequelize": "^6.37.5",
"serializr": "^3.0.3",
"winston": "^3.15.0"
},
@ -404,9 +404,9 @@
}
},
"node_modules/axios": {
"version": "1.7.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
"version": "1.7.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz",
"integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

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