diff --git a/package.json b/package.json index 5ee21c5..2efe7e2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "node index.js" }, "dependencies": { - "async": "^2.2.0", + "async": "^3.2.2", "axios": "^0.18.1", "hapi": "^16.1.0", "jfile": "^1.1.12", diff --git a/yarn.lock b/yarn.lock index 1785417..478c5ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,11 +16,9 @@ ammo@2.x.x: boom "4.x.x" hoek "4.x.x" -async@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.2.0.tgz#c324eba010a237e4fbd55a12dee86367d5c0ef32" - dependencies: - lodash "^4.14.0" +async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" axios@^0.18.1: version "0.18.1" @@ -152,7 +150,7 @@ joi@10.x.x: items "2.x.x" topo "2.x.x" -lodash@^4.14.0, lodash@^4.17.4: +lodash@^4.17.4: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"