🐛 Set cron to version 1.7.x to fix issue #2239

This commit is contained in:
Jan Oberhauser
2021-10-14 16:45:51 -07:00
parent 5e4aa9a7c7
commit a6c6b2afea
2 changed files with 4 additions and 4 deletions

View File

@@ -638,7 +638,7 @@
"@types/aws4": "^1.5.1",
"@types/basic-auth": "^1.1.2",
"@types/cheerio": "^0.22.15",
"@types/cron": "^1.7.1",
"@types/cron": "~1.7.1",
"@types/eventsource": "^1.1.2",
"@types/express": "^4.17.6",
"@types/formidable": "^1.0.31",
@@ -678,7 +678,7 @@
"basic-auth": "^2.0.1",
"change-case": "^4.1.1",
"cheerio": "1.0.0-rc.6",
"cron": "^1.7.2",
"cron": "~1.7.2",
"eventsource": "^1.0.7",
"fflate": "^0.7.0",
"fast-glob": "^3.2.5",