diff --git a/web/ui/package.json b/web/ui/package.json index 1f558bc5..08036819 100644 --- a/web/ui/package.json +++ b/web/ui/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "@babel/core": "^7.18.0", - "@graphql-codegen/cli": "^2.8.1", + "@graphql-codegen/cli": "^2.9.1", "@graphql-codegen/introspection": "2.1.1", "@graphql-codegen/typescript": "2.5.1", "@graphql-codegen/typescript-operations": "2.3.7", diff --git a/web/ui/yarn.lock b/web/ui/yarn.lock index e6ed0f1d..3f6e9b74 100644 --- a/web/ui/yarn.lock +++ b/web/ui/yarn.lock @@ -1148,13 +1148,13 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@graphql-codegen/cli@^2.8.1": - version "2.8.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.8.1.tgz#8e8f70417f3a0e87f266953c41c6424c6e76b473" - integrity sha512-o+Za1483WhnbMA5G4JJq72EeqXROsdEiDTfUTxtX1iPPebv+VMekTFfHnBCUXpes0XTeZViXTd16AX6cmtUF4Q== +"@graphql-codegen/cli@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4" + integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg== dependencies: "@graphql-codegen/core" "2.6.0" - "@graphql-codegen/plugin-helpers" "^2.5.0" + "@graphql-codegen/plugin-helpers" "^2.6.0" "@graphql-tools/apollo-engine-loader" "^7.3.1" "@graphql-tools/code-file-loader" "^7.3.0" "@graphql-tools/git-loader" "^7.2.0" @@ -1215,6 +1215,18 @@ lodash "~4.17.0" tslib "~2.4.0" +"@graphql-codegen/plugin-helpers@^2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.0.tgz#ae7005e6a2dcb0095ae350970c41606906048a27" + integrity sha512-z8uw6GdUvtKyt5YSijtj1yRqI0A2lBWdGIgTjgXaAKqSC+InlVBy+89859LlKNMrO7somdt44cbMys8r4Hbqeg== + dependencies: + "@graphql-tools/utils" "^8.8.0" + change-case-all "1.0.14" + common-tags "1.8.2" + import-from "4.0.0" + lodash "~4.17.0" + tslib "~2.4.0" + "@graphql-codegen/schema-ast@^2.4.1", "@graphql-codegen/schema-ast@^2.5.0": version "2.5.0" resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.0.tgz#1b33a17924f0dd4c78d4f2c9dfce215d0bdd29ae"