From 325fa4ac568d29a85a0376c05ff56227ff686321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:52:16 +0000 Subject: [PATCH] Bump axios from 1.16.0 to 1.18.0 in /plugins/bc-admin-third Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.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.16.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.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 cb8b711c7f..0400243bcf 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.16.0", + "axios": "1.18.0", "bootstrap": "^5.3.8", "glob": "^11.1.0", "jquery-colorbox": "^1.6.4",