From 393eaff79a84f0a5d6cf67907895620bfa5cada4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:08:06 +0000 Subject: [PATCH] chore(deps): bump axios from 1.6.0 to 1.7.4 in /bundestag.io/api Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bundestag.io/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundestag.io/api/package.json b/bundestag.io/api/package.json index 073c95d4..ae02565f 100644 --- a/bundestag.io/api/package.json +++ b/bundestag.io/api/package.json @@ -27,7 +27,7 @@ "@graphql-tools/merge": "^9.0.4", "@graphql-tools/schema": "^10.0.4", "@graphql-tools/utils": "^10.2.1", - "axios": "1.6.0", + "axios": "1.7.4", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "4.19.2",