diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-19 18:39:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-19 18:39:13 +0900 |
| commit | 67126500197a8d6b5948920f1bee3c0684878cf8 (patch) | |
| tree | 66b2f740fd8c65d510c039ab785acdca799a247b /yarn.lock | |
| parent | fix(client): fix lint issues in Deck UI components (#8681) (diff) | |
| download | sharkey-67126500197a8d6b5948920f1bee3c0684878cf8.tar.gz sharkey-67126500197a8d6b5948920f1bee3c0684878cf8.tar.bz2 sharkey-67126500197a8d6b5948920f1bee3c0684878cf8.zip | |
chore(deps): bump async from 3.2.1 to 3.2.3 (#8501)
Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.3)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -468,9 +468,9 @@ async-settle@^1.0.0: async-done "^1.2.2" async@^3.2.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8" - integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg== + version "3.2.3" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" + integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== asynckit@^0.4.0: version "0.4.0" |