diff --git a/packages/vue-user/package.json b/packages/vue-user/package.json index 5b86c44e2..b4dd4371e 100644 --- a/packages/vue-user/package.json +++ b/packages/vue-user/package.json @@ -48,7 +48,7 @@ "@vitest/coverage-istanbul": "0.29.8", "@vue/test-utils": "2.3.2", "@vueuse/core": "9.13.0", - "axios": "1.3.4", + "axios": "1.7.4", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-alias": "1.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d5b6441c..475d41f64 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -777,8 +777,8 @@ importers: specifier: 9.13.0 version: 9.13.0(vue@3.2.47) axios: - specifier: 1.3.4 - version: 1.3.4 + specifier: 1.7.4 + version: 1.7.4 eslint: specifier: 8.57.1 version: 8.57.1 @@ -2544,8 +2544,8 @@ packages: axios@0.21.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} - axios@1.3.4: - resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==} + axios@1.7.4: + resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -3341,6 +3341,15 @@ packages: debug: optional: true + follow-redirects@1.15.9: + resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -7606,9 +7615,9 @@ snapshots: transitivePeerDependencies: - debug - axios@1.3.4: + axios@1.7.4: dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.9 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -8748,6 +8757,8 @@ snapshots: follow-redirects@1.15.2: {} + follow-redirects@1.15.9: {} + for-each@0.3.3: dependencies: is-callable: 1.2.7