From 1a1acbdce3a866f5d942d1bec6621404dd1f10b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:22:38 +0000 Subject: [PATCH] Bump axios from 1.6.5 to 1.10.0 in /apps/hasura-express Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.10.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.6.5...v1.10.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/hasura-express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hasura-express/package.json b/apps/hasura-express/package.json index 70743768a..68e1a2812 100644 --- a/apps/hasura-express/package.json +++ b/apps/hasura-express/package.json @@ -12,7 +12,7 @@ "@boxyhq/saml-jackson": "1.23.9", "atob": "2.1.2", "autoprefixer": "10.4.16", - "axios": "1.6.5", + "axios": "1.10.0", "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4",