diff --git a/package.json b/package.json index 32a2059f..f965794b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@biomejs/biome": "1.5.3", "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/introspection": "^4.0.3", - "@graphql-codegen/typescript-graphql-request": "^6.1.0", + "@graphql-codegen/typescript-graphql-request": "^6.2.0", "@graphql-codegen/typescript-operations": "^4.0.1", "@tailwindcss/typography": "^0.5.10", "@types/node": "20.11.16", diff --git a/yarn.lock b/yarn.lock index 85048403..7d5aef05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -750,10 +750,10 @@ "@graphql-tools/utils" "^10.0.0" tslib "~2.5.0" -"@graphql-codegen/typescript-graphql-request@^6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-6.1.0.tgz#981810fb75128f5f9ad2f4b0d1e8d9510993db26" - integrity sha512-hMhBazvdSQWuOrH6GnYew8zb9wDq9le0o3tPu07if/v97LVVKsVfPNcMG/cTLYZufaog9o2jScLbyo17HEqicg== +"@graphql-codegen/typescript-graphql-request@^6.2.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-graphql-request/-/typescript-graphql-request-6.2.0.tgz#db3bd90cd9070d446b8039384476cc1029929617" + integrity sha512-nkp5tr4PrC/+2QkQqi+IB+bc7AavUnUvXPW8MC93HZRvwfMGy6m2Oo7b9JCPZ3vhNpqT2VDWOn/zIZXKz6zJAw== dependencies: "@graphql-codegen/plugin-helpers" "^3.0.0" "@graphql-codegen/visitor-plugin-common" "2.13.1"