From 435cf8cb60bb392c2593a556e7f7027e146718ff Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 21 Oct 2022 04:38:17 +0000 Subject: [PATCH] Build(deps): bump @graphql-codegen/typescript from 2.7.4 to 2.7.5 Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 2.7.4 to 2.7.5. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.7.5/packages/plugins/typescript/typescript) --- package.json | 2 +- yarn.lock | 26 +++++++++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e0ca8f3..91a7a3f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@apollo/client": "^3.7.0", "@auth0/auth0-spa-js": "^1.22.4", - "@graphql-codegen/typescript": "^2.7.4", + "@graphql-codegen/typescript": "^2.7.5", "@graphql-codegen/typescript-operations": "^2.5.4", "@graphql-codegen/typescript-vue-apollo": "^3.3.4", "@nuxtjs/i18n": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index 034a326..47480e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1364,14 +1364,14 @@ change-case-all "1.0.14" tslib "~2.4.0" -"@graphql-codegen/typescript@^2.7.4": - version "2.7.4" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.4.tgz#46c1fac63ae1b487efe73db6531f1db5e5198fe0" - integrity sha512-mjoE3KqmAaBUSlCuKb2WDot3+CTfdJ9eKIcWsDFubPTNdZE0Z8mLoATmVryx8NOBjDtPU/ZziI0rYEGOR4qpAw== +"@graphql-codegen/typescript@^2.7.4", "@graphql-codegen/typescript@^2.7.5": + version "2.7.5" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.7.5.tgz#00da3b7dd51cce49d95531556988818568c5d87e" + integrity sha512-NZMViINr0KEH+DgtOE3BDWkdrisX7cz3/+m6M73Sa2cMM1udTTCpLbNqFIHRmGl1UyfwjdZB32YoF/fxshjV/Q== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" "@graphql-codegen/schema-ast" "^2.5.1" - "@graphql-codegen/visitor-plugin-common" "2.12.2" + "@graphql-codegen/visitor-plugin-common" "2.13.0" auto-bind "~4.0.0" tslib "~2.4.0" @@ -1391,6 +1391,22 @@ parse-filepath "^1.0.2" tslib "~2.4.0" +"@graphql-codegen/visitor-plugin-common@2.13.0": + version "2.13.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.0.tgz#206d91d90a3cc3b1fc0c3a04e8015c22584e461f" + integrity sha512-8lKw4l8W6yKaqrxx025eB6+lRMWaBKedbKjC9UyLhXAnqTi3tgaRKOBo4zvl1+KzE6R41Ruov9UcGD7OjgmBrw== + dependencies: + "@graphql-codegen/plugin-helpers" "^2.6.2" + "@graphql-tools/optimize" "^1.3.0" + "@graphql-tools/relay-operation-optimizer" "^6.5.0" + "@graphql-tools/utils" "^8.8.0" + auto-bind "~4.0.0" + change-case-all "1.0.14" + dependency-graph "^0.11.0" + graphql-tag "^2.11.0" + parse-filepath "^1.0.2" + tslib "~2.4.0" + "@graphql-tools/apollo-engine-loader@^7.3.6": version "7.3.13" resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-7.3.13.tgz#090bf03a99a5aaf8580826125346cb7441b54d94"