From 7dd8151735cca2457bee467e69b96701593ff89a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:43:56 +0000 Subject: [PATCH] Bump axios from 1.7.4 to 1.12.0 in /packages/sdk-utils Bumps [axios](https://github.com/axios/axios) from 1.7.4 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.7.4...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 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..b49ce060f 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.12.0", "better-opn": "1.0.0", "color-string": "1.9.0", "detect-port": "1.3.0",