From 3657c18c1177da43adb6fa384454f5e4abee35e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:35:19 +0000 Subject: [PATCH] Bump axios from 1.8.2 to 1.12.1 in /.github/actions Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.1. - [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.8.2...v1.12.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/actions/package-lock.json | 10 +++++----- .github/actions/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/package-lock.json b/.github/actions/package-lock.json index 52978aa24..700d915c5 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.8.2", + "axios": "^1.12.1", "uuid": "^8.3.2" }, "devDependencies": { @@ -2960,13 +2960,13 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.8.2", - "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.8.2.tgz", - "integrity": "sha1-+r4G4kHf6DBx1O37yqexw6QPeXk=", + "version": "1.12.1", + "resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/axios/-/axios-1.12.1.tgz", + "integrity": "sha1-B0eznFthX4H5PywTjm2CpxQmk38=", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, diff --git a/.github/actions/package.json b/.github/actions/package.json index 6ada8fda4..ce3813439 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.8.2", + "axios": "^1.12.1", "uuid": "^8.3.2" }, "devDependencies": {