From 60bd2e2f6886549d6031e61da6e5f87fb0cfb41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:24:12 +0000 Subject: [PATCH] Bump axios from 1.8.2 to 1.12.0 in /libs/remixd Bumps [axios](https://github.com/axios/axios) from 1.8.2 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.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/remixd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 848cf3e8083..979d596d586 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -32,7 +32,7 @@ "@remixproject/plugin-api": "0.3.33", "@remixproject/plugin-utils": "0.3.33", "@remixproject/plugin-ws": "0.3.33", - "axios": "1.8.2", + "axios": "1.12.0", "bn.js": "^5.1.2", "chokidar": "^2.1.8", "commander": "^9.4.1",