From 33446e4c4ff4c45b6f75b45fd6609e855c9f277f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:09:45 +0000 Subject: [PATCH] Bump axios from 1.6.8 to 1.12.0 in /smart-admin-web-typescript Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.12.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/v1.6.8...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smart-admin-web-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-admin-web-typescript/package.json b/smart-admin-web-typescript/package.json index b019897..5bfcf1b 100644 --- a/smart-admin-web-typescript/package.json +++ b/smart-admin-web-typescript/package.json @@ -21,7 +21,7 @@ "@wangeditor-next/editor": "5.6.34", "@wangeditor-next/editor-for-vue": "5.1.14", "ant-design-vue": "4.2.5", - "axios": "1.6.8", + "axios": "1.12.0", "clipboard": "2.0.11", "crypto-js": "4.1.1", "dayjs": "1.11.13",