From 536705027e6f1acfaae4f854702afc46f1b888b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:05:08 +0000 Subject: [PATCH] Bump axios from 0.28.1 to 0.30.2 in /ruoyi-ui Bumps [axios](https://github.com/axios/axios) from 0.28.1 to 0.30.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/v0.28.1...v0.30.2) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruoyi-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 7335d174..ea16d209 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@riophae/vue-treeselect": "0.4.0", - "axios": "0.28.1", + "axios": "0.30.2", "clipboard": "2.0.8", "core-js": "3.37.1", "echarts": "5.4.0",