From 7f9ab73df913d6a0b021ca082d91f3de0a21261e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:39:37 +0000 Subject: [PATCH] Bump axios from 1.6.5 to 1.6.7 in /apps/hasura-express Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.6.7. - [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.6.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... 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 7e76a34ab..533695c83 100644 --- a/apps/hasura-express/package.json +++ b/apps/hasura-express/package.json @@ -12,7 +12,7 @@ "@boxyhq/saml-jackson": "1.16.1", "atob": "2.1.2", "autoprefixer": "10.4.16", - "axios": "1.6.5", + "axios": "1.6.7", "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4",