Skip to content

Commit

Permalink
Update async to the latest version 🚀 (#34)
Browse files Browse the repository at this point in the history
* fix(package): update async to version 3.1.0

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and vernak2539 committed Jul 24, 2019
1 parent 66f5ddf commit 3fc46bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"repository": "git://github.com/vernak2539/express-less-middleware.git",
"dependencies": {
"async": "~3.0.1",
"async": "~3.1.0",
"less": "~3.9.0",
"lodash.isplainobject": "~4.0.0",
"through2": "~3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ async@1.x, async@^1.4.0:
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=

async@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/async/-/async-3.0.1.tgz#dfeb34657d1e63c94c0eee424297bf8a2c9a8182"
integrity sha512-ZswD8vwPtmBZzbn9xyi8XBQWXH3AvOQ43Za1KWYq7JeycrZuUYzx01KvHcVbXltjqH4y0MWrQ33008uLTqXuDw==
async@~3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772"
integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ==

asynckit@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit 3fc46bf

Please sign in to comment.