From 4c140d7b3f154ab3282e2113e8e0c6f9325d4f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:41:57 +0000 Subject: [PATCH] chore(deps): bump axios from 0.27.2 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.27.2 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/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/plugin-request/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/plugin-request/package.json b/packages/plugin-request/package.json index 3f29e9e1b5..1974207bb5 100644 --- a/packages/plugin-request/package.json +++ b/packages/plugin-request/package.json @@ -50,7 +50,7 @@ ], "dependencies": { "ahooks": "^3.0.0", - "axios": "^0.27.2" + "axios": "^1.6.0" }, "devDependencies": { "@ice/app": "^3.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aed08b136c..2d4286faff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2058,8 +2058,8 @@ importers: specifier: ^3.0.0 version: 3.7.5(react@18.2.0) axios: - specifier: ^0.27.2 - version: 0.27.2 + specifier: ^1.6.0 + version: 1.6.0 react: specifier: ^18.0.0 version: 18.2.0 @@ -9969,11 +9969,12 @@ packages: transitivePeerDependencies: - debug - /axios@0.27.2: - resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2(debug@4.3.4) form-data: 4.0.0 + proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: false @@ -18614,7 +18615,6 @@ packages: /proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - dev: true /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}