From 1bdba46d62e2a63c8fb687cf6abb862096db981a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 15:24:50 +0000 Subject: [PATCH] chore(deps): 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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6da2ce3..ddb9723 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "typescript-eslint": "^8.41.0" }, "dependencies": { - "axios": "^1.6.0", + "axios": "^1.12.0", "commander": "^11.0.0" } } diff --git a/yarn.lock b/yarn.lock index e580c4e..2b44e3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1415,14 +1415,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.6.0": - version: 1.11.0 - resolution: "axios@npm:1.11.0" +"axios@npm:^1.12.0": + version: 1.12.1 + resolution: "axios@npm:1.12.1" dependencies: follow-redirects: "npm:^1.15.6" form-data: "npm:^4.0.4" proxy-from-env: "npm:^1.1.0" - checksum: 10c0/5de273d33d43058610e4d252f0963cc4f10714da0bfe872e8ef2cbc23c2c999acc300fd357b6bce0fc84a2ca9bd45740fa6bb28199ce2c1266c8b1a393f2b36e + checksum: 10c0/eda4dff56c02d13b950fd9487b678ac197ce5f21dfc98df73632df29e45d8dd24602a34e8d9b6e016d84a41ef7fd7fc4a7618060a72cc536b91cda1eaa9cd907 languageName: node linkType: hard @@ -5223,7 +5223,7 @@ __metadata: "@eslint/markdown": "npm:^7.2.0" "@types/jest": "npm:^29.5.0" "@types/node": "npm:^20.0.0" - axios: "npm:^1.6.0" + axios: "npm:^1.12.0" commander: "npm:^11.0.0" eslint: "npm:^9.34.0" globals: "npm:^16.3.0"