refactor(@embark/ens): remove caret range from async dependency

This commit is contained in:
Michael Bradley, Jr 2019-07-05 12:17:28 -05:00 committed by Michael Bradley
parent d76a82a30a
commit 158de04baf
2 changed files with 1 additions and 8 deletions

View File

@ -48,7 +48,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime-corejs2": "7.3.1", "@babel/runtime-corejs2": "7.3.1",
"async": "^2.6.1", "async": "2.6.1",
"embark-core": "^4.1.0-beta.4", "embark-core": "^4.1.0-beta.4",
"embark-i18n": "^4.1.0-beta.3", "embark-i18n": "^4.1.0-beta.3",
"embark-utils": "^4.1.0-beta.4", "embark-utils": "^4.1.0-beta.4",

View File

@ -3902,13 +3902,6 @@ async@2.6.1, async@^2.0.1, async@^2.1.2, async@^2.1.4, async@^2.4.0, async@^2.5.
dependencies: dependencies:
lodash "^4.17.10" lodash "^4.17.10"
async@^2.6.1:
version "2.6.2"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
dependencies:
lodash "^4.17.11"
asynckit@^0.4.0: asynckit@^0.4.0:
version "0.4.0" version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"