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"