From 05cd23a3501a2897610d48fb411cf040c70fb12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:18:41 +0200 Subject: [PATCH] Bump axios from 1.6.8 to 1.7.2 in /ui (#583) Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.8...v1.7.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... 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 f58efd28f..c1af3e90b 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -18,7 +18,7 @@ "@proxeus/wallet": "1.0.0", "ajv": "^8.14.0", "async": "^3.2.5", - "axios": "^1.6.8", + "axios": "^1.7.2", "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 4dbaba093..382947e60 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -12,7 +12,7 @@ "@mdi/font": "^7.4.47", "ajv": "^8.14.0", "async": "^3.2.5", - "axios": "^1.6.8", + "axios": "^1.7.2", "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 b0af73cc0..a5cd8eff4 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3160,10 +3160,10 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== -axios@^1.6.8: - version "1.6.8" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" - integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== +axios@^1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621" + integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"