From 7faa113428e5cef1edeae725b50b7033bc2896bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:31:53 +0000 Subject: [PATCH] chore(deps): bump axios in /packages/native-federation-tests Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [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.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/native-federation-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native-federation-tests/package.json b/packages/native-federation-tests/package.json index 447e7ade676..adae6d0d4e8 100644 --- a/packages/native-federation-tests/package.json +++ b/packages/native-federation-tests/package.json @@ -89,7 +89,7 @@ "dependencies": { "adm-zip": "^0.5.14", "ansi-colors": "^4.1.3", - "axios": "1.15.0", + "axios": "1.15.2", "rambda": "^9.2.1", "tsdown": "0.20.3", "unplugin": "^1.10.1"