From 50ea922cbe933463dacc5763bcf4e9e14bd13796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:58:57 +0000 Subject: [PATCH] Upgrade: Bump axios from 1.1.3 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.1.3 to 1.6.0. - [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.1.3...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 533e537..3daf2d8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@tanstack/react-query": "^4.13.0", "@tanstack/react-table": "^8.5.17", "@types/crypto-js": "^4.1.1", - "axios": "^1.1.3", + "axios": "^1.6.0", "crypto-js": "^4.1.1", "ethers": "^5.7.2", "framer-motion": "6.3.0", diff --git a/yarn.lock b/yarn.lock index d40f065..b22751a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2639,10 +2639,10 @@ axios@^0.21.0: dependencies: follow-redirects "^1.14.0" -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"