From b5333dbfcbfe0229bd6c463b966c61482428c115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:22:25 +0000 Subject: [PATCH] Bump axios from 1.13.4 to 1.13.5 in /.github/actions Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.13.5. - [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.13.4...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/actions/package-lock.json | 12 ++++++------ .github/actions/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 0da4ebb5a..c40d79615 100644 --- a/.github/actions/package-lock.json +++ b/.github/actions/package-lock.json @@ -13,7 +13,7 @@ "@octokit/rest": "^21.1.1", "@slack/web-api": "^6.9.1", "applicationinsights": "^2.5.1", - "axios": "^1.12.1", + "axios": "^1.13.5", "uuid": "^8.3.2" }, "devDependencies": { @@ -3164,13 +3164,13 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.4", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.13.4.tgz", - "integrity": "sha1-FdEJpIF/uC9zrqkQ1BoshWBgdrw=", + "version": "1.13.5", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.13.5.tgz", + "integrity": "sha1-XkZGiPoSfhGmYKLElEHACfZWekM=", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, diff --git a/.github/actions/package.json b/.github/actions/package.json index 354ff1a1f..6dce569a4 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -15,7 +15,7 @@ "@octokit/rest": "^21.1.1", "@slack/web-api": "^6.9.1", "applicationinsights": "^2.5.1", - "axios": "^1.12.1", + "axios": "^1.13.5", "uuid": "^8.3.2" }, "devDependencies": {