From 9f40a0e622c577dbd36f2ad6db7dc052102310af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:24:15 +0200 Subject: [PATCH] Bump async from 2.6.4 to 3.2.4 in /ui (#394) Bumps [async](https://github.com/caolan/async) from 2.6.4 to 3.2.4. - [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/v2.6.4...v3.2.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/core/package.json | 4 ++-- ui/wallet/package.json | 4 ++-- ui/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/core/package.json b/ui/core/package.json index c5e07e979..e43dfdf65 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -17,8 +17,8 @@ "@mdi/font": "^7.4.47", "@proxeus/wallet": "1.0.0", "ajv": "^6.5.2", - "async": "^3.2.5", - "axios": "^1.6.7", + "async": "^3.2.4", + "axios": "^0.21.1", "babel-runtime": "^6.26.0", "bootstrap": "^4.1.2", "bootstrap-vue": "2.0.0-rc.12", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index bf4411eef..e60fb5c2a 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -11,8 +11,8 @@ "dependencies": { "@mdi/font": "^7.4.47", "ajv": "^6.5.2", - "async": "^3.2.5", - "axios": "^1.6.7", + "async": "^3.2.4", + "axios": "^0.21.1", "bootstrap": "^4.1.2", "bootstrap-vue": "2.0.0-rc.12", "brace": "^0.11.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index ec45ea002..587b89cc7 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2685,10 +2685,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.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" + integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== asynckit@^0.4.0: version "0.4.0"