Skip to content

Commit

Permalink
fix: upgrade async from 3.2.4 to 3.2.5
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade async from 3.2.4 to 3.2.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/delivery/project/42684374-77dd-4ea8-8ef8-3d786a9aa8f7?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 25, 2023
1 parent 3ffe66b commit e7c2d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"async": "^3.2.4",
"async": "^3.2.5",
"body-parser": "~1.20.2",
"bytes": "^3.1.2",
"cloudinary": "1.41.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@ assertion-error@^1.1.0:
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==

async@^3.2.4, async@~3.2.3:
async@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==

async@~3.2.3:
version "3.2.4"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
Expand Down

0 comments on commit e7c2d03

Please sign in to comment.