From 58f6cf2b1bca2420336b02b25e7dde6b76162d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:01:35 +0000 Subject: [PATCH] Bump axios from 1.6.5 to 1.11.0 in /apps/hasura-express Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.11.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.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.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..c50b02219 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.11.0", "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4",