From 86399144168ab25e0f1ffc29648d8322efe2c841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:35:26 +0000 Subject: [PATCH] Bump axios from 1.11.0 to 1.12.0 Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... 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 cdcbda2..01e05ec 100644 --- a/package.json +++ b/package.json @@ -532,7 +532,7 @@ "@types/lodash": "4.14.116", "@types/opn": "5.1.0", "ajv": "^6.12.6", - "axios": "^1.6.0", + "axios": "^1.12.0", "axios-retry": "4.0.0", "axios-retry-after": "2.0.0", "csv-parser": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index a19f891..d4f8cc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1121,10 +1121,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.6.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6" - integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA== +axios@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3" + integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"