From a2c10ad87f5c5174f46a4d591b01fea443187ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:06:09 +0000 Subject: [PATCH] Bump axios from 1.11.0 to 1.16.0 in /packages/eas-cli Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/eas-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index eaf203480b..4931461e76 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -158,7 +158,7 @@ "@types/tough-cookie": "4.0.2", "@types/uuid": "9.0.7", "@types/wrap-ansi": "3.0.0", - "axios": "1.11.0", + "axios": "1.16.0", "eslint-plugin-graphql": "4.0.0", "express": "4.20.0", "jest": "29.7.0",