diff --git a/package.json b/package.json index 1676ed7..838e560 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@babel/runtime-corejs3": "^7.18.9", - "@graphql-codegen/cli": "^2.11.2", + "@graphql-codegen/cli": "^2.11.3", "@graphql-codegen/fragment-matcher": "^3.3.0", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", diff --git a/yarn.lock b/yarn.lock index f7c00d6..209becc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1202,10 +1202,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== -"@graphql-codegen/cli@^2.11.2": - version "2.11.2" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.2.tgz#f502d0e9e19305acffca5f07789dde8d4e0fa656" - integrity sha512-dt70+et0QFmhL3krrlYWcsp7T6pvChEQ1vEGoNn46Rn53velGDwP546DtSPpHJmajY/eJ11CueoI0J/3o0/BTA== +"@graphql-codegen/cli@^2.11.3": + version "2.11.3" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.11.3.tgz#6cb0fd6da0773957b531cccf7459303a23ee1c05" + integrity sha512-C1d88Kx0a0PF1tOR00UIZjHq5aWNNcw5fM2k08rOY9O5b4sU7kEb+YbGKP6EExTtJnYb49fePLKVvrIv1ejDFg== dependencies: "@graphql-codegen/core" "2.6.0" "@graphql-codegen/plugin-helpers" "^2.6.1"