changelog, update deps & adapt pr

This commit is contained in:
2022-05-14 15:58:38 +02:00
parent 47c0adbfb6
commit 54eb94135b
5 changed files with 152 additions and 91 deletions

View File

@@ -6,16 +6,16 @@
"build": "tsc"
},
"dependencies": {
"axios": "^0.25.0",
"axios": "^0.27.2",
"cloudflare": "^2.9.1",
"cron": "^1.8.2",
"dotenv": "^16.0.0",
"winston": "^3.5.1"
"dotenv": "^16.0.1",
"winston": "^3.7.2"
},
"devDependencies": {
"@types/cloudflare": "^2.7.7",
"@types/cloudflare": "^2.7.8",
"@types/cron": "^1.7.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
"typescript": "^4.6.4"
}
}