From d79d43d4527dcdf14f3b5a33d0720c564bdf17bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:03:25 +0000 Subject: [PATCH] Bump axios from 1.6.5 to 1.12.2 in /apps/hasura-express Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.12.2. - [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.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 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..df776337c 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.12.2", "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4",