From 294d9059249031c260423a52807041b946fe5eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:30:25 +0000 Subject: [PATCH] build(deps): bump axios in /examples/todo-frontend-react-typescript 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] --- examples/todo-frontend-react-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-frontend-react-typescript/package.json b/examples/todo-frontend-react-typescript/package.json index f3a7eca..45e4199 100644 --- a/examples/todo-frontend-react-typescript/package.json +++ b/examples/todo-frontend-react-typescript/package.json @@ -12,7 +12,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "axios": "1.13.5", + "axios": "1.15.0", "featurehub-javascript-client-sdk": "workspace:*", "featurehub-store-localstorage": "workspace:^", "immutability-helper": "^3.1.1",