diff --git a/package.json b/package.json index 33ed241e..32575e7e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "author": "codehex", "license": "MIT", "devDependencies": { - "@graphql-codegen/cli": "2.11.2", + "@graphql-codegen/cli": "2.11.3", "@graphql-codegen/typescript": "2.7.2", "@tsconfig/recommended": "1.0.1", "@types/jest": "28.1.6", diff --git a/yarn.lock b/yarn.lock index 8816920e..7caec189 100644 --- a/yarn.lock +++ b/yarn.lock @@ -754,10 +754,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@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"