From e858df30c36da90c508e39578c4d8f7588fa6f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:06:54 +0000 Subject: [PATCH] Bump graphql-config from 5.1.3 to 5.1.4 Bumps [graphql-config](https://github.com/kamilkisiela/graphql-config) from 5.1.3 to 5.1.4. - [Release notes](https://github.com/kamilkisiela/graphql-config/releases) - [Changelog](https://github.com/graphql-hive/graphql-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/kamilkisiela/graphql-config/compare/v5.1.3...v5.1.4) --- updated-dependencies: - dependency-name: graphql-config dependency-version: 5.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4eb5612..a781fa4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/typescript": "4.1.6", - "graphql-config": "5.1.3", + "graphql-config": "5.1.4", "@graphql-codegen/typescript-operations": "4.6.0", "@graphql-tools/url-loader": "8.0.16", "graphql": "16.10.0",