diff --git a/package.json b/package.json index c2b535c..13503a4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@babel/runtime-corejs3": "^7.17.0", - "@graphql-codegen/cli": "^2.5.0", + "@graphql-codegen/cli": "^2.6.0", "@graphql-codegen/fragment-matcher": "^3.2.1", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", diff --git a/yarn.lock b/yarn.lock index a874d0f..61b018a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1108,10 +1108,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== -"@graphql-codegen/cli@^2.5.0": - version "2.5.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.5.0.tgz#a8d3be7b15159d2549af8f76bebba708231727b2" - integrity sha512-rgzk+Pl14ZQ84rWee1kuFYsRfPmiOqdq/Ix3ZcDawzkx0HuSHrHpNISI5RQ05oP4IHbwqm02o6ia3TKo3kV9SA== +"@graphql-codegen/cli@^2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.6.0.tgz#bf912cfa2afb920bb82390c6e05e9e598bdbb6cd" + integrity sha512-2Bsf2XzwccVJSam8grrAROn3sk5mris8kx4cYEDvBHekEbn6I4xmBDeVjX6y6ajVfyZniJCAZdc7XxRHje8wYg== dependencies: "@graphql-codegen/core" "2.5.0" "@graphql-codegen/plugin-helpers" "^2.4.0"