updated async to v2.x

This commit is contained in:
mserranom
2020-03-23 12:50:27 +01:00
parent 06f606bf74
commit ba2268936d
2 changed files with 8 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
"format:fix": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --write"
},
"dependencies": {
"async": "~0.8.0",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"logger-sharelatex": "^1.9.0",