Do not upgrade async module since api has changed

We have to first fix for example doWhilst() usage
This commit is contained in:
Johannes Zellner
2020-01-31 15:44:39 +01:00
parent f879d6f529
commit d1acc6c466
2 changed files with 12 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
"@google-cloud/dns": "^1.2.8",
"@google-cloud/storage": "^4.3.0",
"@sindresorhus/df": "git+https://github.com/cloudron-io/df.git#type",
"async": "^3.1.1",
"async": "^2.6.3",
"aws-sdk": "^2.610.0",
"body-parser": "^1.19.0",
"cloudron-manifestformat": "^4.0.0",