diff --git a/package.json b/package.json index 81d956f..6bd3df3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "jiyinyiyong", "license": "MIT", "devDependencies": { - "axios": "^1.5.1", + "axios": "^1.6.0", "bottom-tip": "^0.1.5", "vite": "^4.4.11" }, diff --git a/yarn.lock b/yarn.lock index 4f4edbe..fe84dcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -155,10 +155,10 @@ autolinker@^3.11.0: dependencies: tslib "^2.3.0" -axios@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +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"