From 86b8e4859fdc3419972220ebf1df363a85d53ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:45:42 +0000 Subject: [PATCH] chore(deps): bump axios in /packages/manager/apps/pci-rancher Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.15.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.12.0...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/manager/apps/pci-rancher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/manager/apps/pci-rancher/package.json b/packages/manager/apps/pci-rancher/package.json index 55d40b876fca..c6492096b1d3 100644 --- a/packages/manager/apps/pci-rancher/package.json +++ b/packages/manager/apps/pci-rancher/package.json @@ -37,7 +37,7 @@ "@ovhcloud/ods-theme-blue-jeans": "17.2.2", "@tanstack/react-query": "5.51.21", "@tanstack/react-table": "8.20.1", - "axios": "1.12.0", + "axios": "1.15.0", "clsx": "^1.2.1", "date-fns": "^3.6.0", "i18next": "23.8.2",