From 96fc4ce3c2b5fdc4d07279f9dfd09a833bb86511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:54:53 +0000 Subject: [PATCH] Bump axios from 1.6.5 to 1.6.8 in /apps/hasura-express Bumps [axios](https://github.com/axios/axios) from 1.6.5 to 1.6.8. - [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.8) --- 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..93fdcd975 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.8", "connect-flash": "0.1.1", "cookie-parser": "1.4.6", "debug": "4.3.4",