From 45276c1a7174bac77bd5f762254fd2d94da9934f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:21:21 +0000 Subject: [PATCH] fix(deps): update dependency axios to v1.12.0 [security] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed64a90..edae3ae 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "./index.ts": "prettier --write" }, "dependencies": { - "axios": "1.11.0", + "axios": "1.12.0", "openapi-client-axios-typegen": "7.8.0", "openapi-types": "^12.1.3", "prompts": "2.4.2", diff --git a/yarn.lock b/yarn.lock index d8c2cba..650ce11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1660,10 +1660,10 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@1.11.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"