From 344eed9cdf3790e06e9b97e32b3c2a114fcacd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:55:55 +0000 Subject: [PATCH] chore(deps): bump axios from 1.5.1 to 1.6.2 Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.2. - [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.5.1...v1.6.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 770b0602..abd83517 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@wangeditor/editor-for-react": "^1.0.6", "ahooks": "^3.7.8", "antd": "5.9.4", - "axios": "^1.5.1", + "axios": "^1.6.2", "camelcase": "^8.0.0", "classnames": "^2.3.2", "dayjs": "^1.11.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 994bc3e5..b820e6fc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: 5.9.4 version: 5.9.4(react-dom@18.2.0)(react@18.2.0) axios: - specifier: ^1.5.1 - version: 1.5.1 + specifier: ^1.6.2 + version: 1.6.2 camelcase: specifier: ^8.0.0 version: 8.0.0 @@ -2616,8 +2616,8 @@ packages: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - /axios@1.5.1: - resolution: {integrity: sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==} + /axios@1.6.2: + resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} dependencies: follow-redirects: 1.15.3 form-data: 4.0.0