Povýšení závislostí
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-11-06 21:22:39 +01:00
parent 091e25f446
commit 039d8457f3
4 changed files with 284 additions and 169 deletions

View File

@@ -11,13 +11,13 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/express": "^5.0.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/express": "^5.0.5",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.7.1",
"@types/node": "^24.10.0",
"@types/request-promise": "^4.1.48",
"babel-jest": "^30.2.0",
"jest": "^30.2.0",
@@ -26,13 +26,13 @@
"typescript": "^5.9.3"
},
"dependencies": {
"axios": "^1.12.2",
"axios": "^1.13.2",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"redis": "^5.8.3",
"redis": "^5.9.0",
"simple-json-db": "^2.0.0",
"socket.io": "^4.6.1"
}