Povýšení závislostí
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
2025-10-11 13:02:56 +02:00
parent 9e0e842c2d
commit 60150889b0
6 changed files with 2996 additions and 2150 deletions

View File

@@ -11,29 +11,29 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.20",
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.7.1",
"@types/request-promise": "^4.1.48",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"babel-jest": "^30.2.0",
"jest": "^30.2.0",
"nodemon": "^3.1.10",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.9.3"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"axios": "^1.12.2",
"cheerio": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"redis": "^4.6.7",
"redis": "^5.8.3",
"simple-json-db": "^2.0.0",
"socket.io": "^4.6.1"
}
}
}