From 94a8c179516b17bb24abbaac5cc111f3c761ce58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:17:56 +0200 Subject: [PATCH] Bump async from 3.2.5 to 3.2.6 in /ui (#643) Bumps [async](https://github.com/caolan/async) from 3.2.5 to 3.2.6. - [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.5...v3.2.6) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/core/package.json | 2 +- ui/wallet/package.json | 2 +- ui/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/core/package.json b/ui/core/package.json index 9e7358f3b..e5eb2eca6 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -17,7 +17,7 @@ "@mdi/font": "^7.4.47", "@proxeus/wallet": "1.0.0", "ajv": "^8.17.1", - "async": "^3.2.5", + "async": "^3.2.6", "axios": "^1.7.5", "babel-runtime": "^6.26.0", "bootstrap": "^4.1.2", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index 482ee995d..51670cd4d 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -11,7 +11,7 @@ "dependencies": { "@mdi/font": "^7.4.47", "ajv": "^8.17.1", - "async": "^3.2.5", + "async": "^3.2.6", "axios": "^1.7.5", "bootstrap": "^4.1.2", "bootstrap-vue": "2.0.0-rc.12", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5a5b7834a..a79a832ef 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3117,10 +3117,10 @@ async@^2.6.4: dependencies: lodash "^4.17.14" -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.6: + version "3.2.6" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce" + integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA== asynckit@^0.4.0: version "0.4.0"