Skip to content

Commit

Permalink
Update async to v3
Browse files Browse the repository at this point in the history
Includes a fix for memoize memoize no longer memoizes errors
(caolan/async#1465, caolan/async#1466)
  • Loading branch information
hzalaz committed May 6, 2022
1 parent 8324fe4 commit c32f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,6 +26,6 @@
"mongodb": "^4.5.0"
},
"dependencies": {
"async": "^2.6.1"
"async": "^3.2.3"
}
}

0 comments on commit c32f82d

Please sign in to comment.