From 87f2561d0062a6c471475e1e743fb40d697d1a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 04:06:49 +0000 Subject: [PATCH] build(deps): bump axios Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.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.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-frontend-react-typescript-feature-override/package.json b/examples/todo-frontend-react-typescript-feature-override/package.json index 705a4a0..0a98849 100644 --- a/examples/todo-frontend-react-typescript-feature-override/package.json +++ b/examples/todo-frontend-react-typescript-feature-override/package.json @@ -13,7 +13,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "axios": "1.13.5", + "axios": "1.15.0", "featurehub-javascript-client-sdk": "workspace:*", "immutability-helper": "^3.1.1", "react": "catalog:react19",