diff --git a/package.json b/package.json index 18a2c73fc..c1608f06a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@graphql-codegen/cli": "^2.8.1", "@graphql-codegen/fragment-matcher": "^3.2.1", "@graphql-codegen/gql-tag-operations-preset": "^1.4.0", - "@graphql-codegen/typed-document-node": "^2.2.13", + "@graphql-codegen/typed-document-node": "^2.3.1", "@graphql-codegen/typescript": "^2.4.11", "@graphql-codegen/typescript-operations": "^2.5.1", "@graphql-codegen/typescript-resolvers": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 57e128349..6474e41c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1538,13 +1538,13 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typed-document-node@^2.2.13", "@graphql-codegen/typed-document-node@^2.2.9": - version "2.2.14" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.2.14.tgz#0067f5dfb9c884b4fc94d219d0235e0cec3acbd4" - integrity sha512-ICGgqAy4GKvswiVwEc32bz3qjTKlJFRhItQCYdBsZZk1c7Y6AIx4u0PHVfsqLdQATlQXftJcpXFYSGMzL7dn7g== +"@graphql-codegen/typed-document-node@^2.2.9", "@graphql-codegen/typed-document-node@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.1.tgz#e8778ecb3e7dd9fe1dcd32e230832592e5f9910f" + integrity sha512-8EnxV1lYAuWmoPRdc8iSI1odEpiNwaR4kRxgCYuNaCjQsCrGRnF46Vb1rCWG+6veODA3BmOjp0g0sCLM5b6EAA== dependencies: - "@graphql-codegen/plugin-helpers" "^2.4.0" - "@graphql-codegen/visitor-plugin-common" "2.10.0" + "@graphql-codegen/plugin-helpers" "^2.5.0" + "@graphql-codegen/visitor-plugin-common" "2.11.1" auto-bind "~4.0.0" change-case-all "1.0.14" tslib "~2.4.0"