mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
package updates
This commit is contained in:
23
package.json
23
package.json
@@ -18,23 +18,26 @@
|
||||
},
|
||||
"homepage": "https://github.com/20kaushik02/spotify-manager#readme",
|
||||
"dependencies": {
|
||||
"axios": "^1.5.0",
|
||||
"axios": "^1.7.4",
|
||||
"connect-sqlite3": "^0.9.15",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv-flow": "^3.3.0",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
"express-validator": "^7.0.1",
|
||||
"helmet": "^7.0.0",
|
||||
"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",
|
||||
"winston": "^3.10.0"
|
||||
"serializr": "^3.0.2",
|
||||
"winston": "^3.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.18",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^22.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"nodemon": "^3.0.1",
|
||||
"sequelize-cli": "^6.6.2"
|
||||
"nodemon": "^3.1.4",
|
||||
"sequelize-cli": "^6.6.2",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user