update packages

This commit is contained in:
2024-02-27 13:13:47 +01:00
parent 43bc492c49
commit 0b6e6e07dd
3 changed files with 70 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",
"type": "module",
"main": "dist",
@@ -9,15 +9,15 @@
"start": "node ."
},
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"node-cron": "^3.0.2",
"winston": "^3.10.0"
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/node-cron": "^3.0.8",
"typescript": "^5.1.6"
"@types/node": "^20.11.20",
"@types/node-cron": "^3.0.11",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.6.12"
}