From 226f3a4cf937d8f3f7e0e918aa0f6b5ad3374fa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 00:43:41 +0000 Subject: [PATCH] Update dependency @graphql-codegen/typescript to v2.8.3 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 75487752..c90434fe 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "license": "MIT", "devDependencies": { "@graphql-codegen/cli": "2.15.0", - "@graphql-codegen/typescript": "2.8.2", + "@graphql-codegen/typescript": "2.8.3", "@tsconfig/recommended": "1.0.1", "@types/jest": "29.2.3", "@typescript-eslint/eslint-plugin": "5.45.0", diff --git a/yarn.lock b/yarn.lock index a695d0d1..23d8c3e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -938,21 +938,21 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typescript@2.8.2": - version "2.8.2" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.2.tgz#88d5b916d9b6c93b17d2300a0ddddda5696581c1" - integrity sha512-FWyEcJTHSxkImNgDRfsg4yBMJ11qPA6sPJ7v8Kviv5MaOFybclVSZ8WWfp7D8Dc6ix4zWfMd4dIl9ZIL/AJu8A== +"@graphql-codegen/typescript@2.8.3": + version "2.8.3" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.3.tgz#83a87586b550b7c5b543d11b8a2da706cca67bda" + integrity sha512-ch8Lzjp8XnN8P70uYBmsjv7FWJQ47qletlShPHk7n4RRsnLkah3J9iSEUIALqM25Wl6EjEmHlxoAgSBILz+sjg== dependencies: "@graphql-codegen/plugin-helpers" "^2.7.2" "@graphql-codegen/schema-ast" "^2.5.1" - "@graphql-codegen/visitor-plugin-common" "2.13.2" + "@graphql-codegen/visitor-plugin-common" "2.13.3" auto-bind "~4.0.0" tslib "~2.4.0" -"@graphql-codegen/visitor-plugin-common@2.13.2": - version "2.13.2" - resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.2.tgz#cccc287d9b7eb25d9b8e54672a3807c1502c8091" - integrity sha512-qCZ4nfI1YjDuPz4lqGi0s4/5lOqHxdiQPFSwrXDENjHW+Z0oAiNYj6CFqob9ai2tLtXXKSUzMh/eeZDPmTrfhQ== +"@graphql-codegen/visitor-plugin-common@2.13.3": + version "2.13.3" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.3.tgz#4a2eceee00b4cfdf1eff31a006710a30417ec497" + integrity sha512-5gFDQGuCE5tIBo9KtDPZ8kL6cf1VJwDGj6nO9ERa0HJNk5osT50NhSf6H61LEnM3Gclbo96Ib1GCp3KdLwHoGg== dependencies: "@graphql-codegen/plugin-helpers" "^2.7.2" "@graphql-tools/optimize" "^1.3.0"