Skip to content

Commit

Permalink
fix: upgrade async to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Apr 20, 2022
1 parent 178539b commit 6779965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
]
},
"dependencies": {
"async": "^3.1.1",
"async": "^3.2.3",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-session-knex": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -1573,7 +1573,7 @@ astral-regex@^2.0.0:
resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==

async@^3.1.1:
async@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
Expand Down

0 comments on commit 6779965

Please sign in to comment.