updated async to latest v2.x

This commit is contained in:
mserranom 2020-03-26 13:21:44 +01:00
parent 0b2c4cb1b7
commit 7135e03cad
2 changed files with 8 additions and 6 deletions

View file

@ -1266,9 +1266,12 @@
"dev": true
},
"async": {
"version": "0.1.22",
"resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz",
"integrity": "sha1-D8GqoIig4+8Ovi2IMbqw3PiEUGE="
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
"requires": {
"lodash": "^4.17.14"
}
},
"async-listener": {
"version": "0.6.10",
@ -3375,8 +3378,7 @@
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash.at": {
"version": "4.6.0",

View file

@ -17,7 +17,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"async": "^0.1.22",
"async": "^2.6.3",
"coffee-script": "^1.12.7",
"express": "3.1.0",
"logger-sharelatex": "^1.9.1",