diff --git a/package.json b/package.json index 03fde7ad8886..f920a0ee7579 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "devDependencies": { "@graphql-codegen/cli": "^2.13.12", "@graphql-codegen/fragment-matcher": "^3.3.1", - "@graphql-codegen/typed-document-node": "^2.3.5", + "@graphql-codegen/typed-document-node": "^2.3.7", "@graphql-codegen/typescript": "^2.8.2", "@graphql-codegen/typescript-operations": "^2.5.5", "@graphql-codegen/typescript-react-apollo": "^3.3.6", diff --git a/yarn.lock b/yarn.lock index ae3d1dbaae96..7c83fb90f725 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2545,13 +2545,13 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typed-document-node@^2.3.5": - version "2.3.6" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.6.tgz#91c3a78a7e7761aa15f3db00e666fd1a74710956" - integrity sha512-uJqBNj9z/5iIUgLwXsyWmnBaCzRtK+OiZsknTQmjzx/BzKTXK5lrbn06n4KK690wqkelpdZplTtww34ExmHG9Q== +"@graphql-codegen/typed-document-node@^2.3.7": + version "2.3.7" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.7.tgz#f6b0f08b00cbdb23c3f2e73d46ee1662f5502a43" + integrity sha512-9raCw2n2gGfdK4gFZaY/fbrUH/ADpZOhlNZ/l6iEzdEEGJbAIAIsovnt9LBnpJ+VCmUBfmjhpn1QQBEwyceVlw== dependencies: "@graphql-codegen/plugin-helpers" "^2.7.2" - "@graphql-codegen/visitor-plugin-common" "2.13.1" + "@graphql-codegen/visitor-plugin-common" "2.13.2" auto-bind "~4.0.0" change-case-all "1.0.14" tslib "~2.4.0"