From 58af76ada098f57f62d5eff9d4009e158b46358c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:52:24 +0000 Subject: [PATCH] Bump axios from 1.15.2 to 1.16.0 in /plugins/bc-admin-third Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.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.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/bc-admin-third/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bc-admin-third/package.json b/plugins/bc-admin-third/package.json index 4e14c7938b..ce53acc169 100644 --- a/plugins/bc-admin-third/package.json +++ b/plugins/bc-admin-third/package.json @@ -42,7 +42,7 @@ "dependencies": { "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "axios": "1.15.2", + "axios": "1.16.0", "bootstrap": "^5.3.8", "glob": "^11.1.0", "jquery-colorbox": "^1.6.4",