From b820aa45184a761c89a41b49248c9c46173e55b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:32:27 +0000 Subject: [PATCH] Bump axios from 1.7.4 to 1.13.5 in /packages/sdk-utils Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.13.5. - [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.7.4...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/sdk-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk-utils/package.json b/packages/sdk-utils/package.json index 1cffc2b69..7b7c74ef3 100644 --- a/packages/sdk-utils/package.json +++ b/packages/sdk-utils/package.json @@ -30,7 +30,7 @@ "watch": "tsc --watch --preserveWatchOutput" }, "dependencies": { - "axios": "1.7.4", + "axios": "1.13.5", "better-opn": "1.0.0", "color-string": "1.9.0", "detect-port": "1.3.0",