From ffb3d10fe5d2754940247db01696b9afb7b9c83a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 23:03:27 +0000 Subject: [PATCH] fix(deps): bump axios from 1.12.1 to 1.12.2 Bumps [axios](https://github.com/axios/axios) from 1.12.1 to 1.12.2. - [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.1...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b4d5ca..93236a8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@salesforce/kit": "^3.2.4", "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12", "@salesforce/sf-plugins-core": "^11.2.4", - "axios": "^1.12.1", + "axios": "^1.12.2", "glob": "^10.4.5", "lwc": "~8.22.4", "node-fetch": "^3.3.2", diff --git a/yarn.lock b/yarn.lock index 123df43..388eef2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5099,10 +5099,10 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.12.1: - version "1.12.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f" - integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ== +axios@^1.12.2: + version "1.12.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7" + integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"