From 47f37aae6634e4d1bc514229f7066df4ac6d14dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:11:15 +0000 Subject: [PATCH] build(deps-dev): bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.0.1 to 4.1.2. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.1.2/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d14db6223..d465ae39e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.4", "@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0", - "@graphql-codegen/typescript-operations": "^4.0.1", + "@graphql-codegen/typescript-operations": "^4.1.2", "@graphql-codegen/typescript-react-apollo": "^4.2.0", "@graphql-codegen/typescript-resolvers": "^4.0.1", "@jest/types": "^29.5.0", diff --git a/yarn.lock b/yarn.lock index f319249a3..9c741db3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2004,16 +2004,16 @@ change-case-all "1.0.15" tslib "~2.6.0" -"@graphql-codegen/typescript-operations@^4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.0.1.tgz#930af3e2d2ae8ff06de696291be28fe7046a2fef" - integrity sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw== +"@graphql-codegen/typescript-operations@^4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.1.2.tgz#a0f455ae19e16961e5870420ca7515bbe51b5568" + integrity sha512-CtCWK+gW7hS+Ely3lohr8CL1HVLswQzMcaUk3k1sxdWCWKTNq7abMsWa31rTVwRCJ+WNEkM/7S8sIBTpEG683A== dependencies: - "@graphql-codegen/plugin-helpers" "^5.0.0" - "@graphql-codegen/typescript" "^4.0.1" - "@graphql-codegen/visitor-plugin-common" "4.0.1" + "@graphql-codegen/plugin-helpers" "^5.0.3" + "@graphql-codegen/typescript" "^4.0.4" + "@graphql-codegen/visitor-plugin-common" "4.1.2" auto-bind "~4.0.0" - tslib "~2.5.0" + tslib "~2.6.0" "@graphql-codegen/typescript-react-apollo@^4.2.0": version "4.2.0"