From d9d33bc83d88a0c67363e6e811c3e0816ddfd7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:14:31 +0000 Subject: [PATCH] chore(deps): bump axios from 1.13.2 to 1.16.0 in /apps/dashboard Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.16.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.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 49bc2d41e..2e771c38e 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -16,7 +16,7 @@ "@karrio/lib": "*", "@karrio/types": "*", "@karrio/ui": "*", - "axios": "1.13.2", + "axios": "1.16.0", "mime-types": "^2.1.35", "next-runtime-env": "^3.2.2" },