diff --git a/package.json b/package.json index 5caf0568..e17bebce 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@antv/data-set": "^0.11.1", "@loadable/component": "^5.15.3", "antd": "^4.24.2", - "axios": "^1.3.6", + "axios": "^1.6.0", "axios-rate-limit": "^1.3.0", "basicprimitives": "latest", "basicprimitivesreact": "^6.5.1", diff --git a/yarn.lock b/yarn.lock index c6e4c998..ce8bb84b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3065,10 +3065,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.3.6: - version "1.3.6" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.6.tgz#1ace9a9fb994314b5f6327960918406fa92c6646" - integrity sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg== +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"