spotify-manager/package.json
snyk-bot 2ae8533737
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
2024-09-14 10:10:49 +00:00

44 lines
1.2 KiB
JSON

{
"name": "spotify-manager",
"version": "0",
"description": "Personal Spotify playlist manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "cross-env NODE_ENV=development nodemon --exitcrash index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/20kaushik02/spotify-manager.git"
},
"license": "MIT",
"author": "Kaushik Ravishankar <rknarayan02@gmail.com>",
"bugs": {
"url": "https://github.com/20kaushik02/spotify-manager/issues"
},
"homepage": "https://github.com/20kaushik02/spotify-manager#readme",
"dependencies": {
"axios": "^1.7.5",
"connect-sqlite3": "^0.9.15",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv-flow": "^4.1.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"helmet": "^7.1.0",
"pg": "^8.12.0",
"sequelize": "^6.37.3",
"serializr": "^3.0.2",
"winston": "^3.14.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.2.0",
"cross-env": "^7.0.3",
"nodemon": "^3.1.4",
"sequelize-cli": "^6.6.2",
"typescript": "^5.5.4"
}
}