diff --git a/package.json b/package.json index fd70d5d..7a68a57 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.5", + "@graphql-codegen/typescript": "^2.8.0", "@graphql-codegen/typescript-operations": "^2.5.5", "@graphql-codegen/typescript-vue-apollo": "^3.3.5", "@nuxtjs/i18n": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index d4a03e9..5a3c149 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1364,10 +1364,10 @@ change-case-all "1.0.14" tslib "~2.4.0" -"@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== +"@graphql-codegen/typescript@^2.7.5", "@graphql-codegen/typescript@^2.8.0": + version "2.8.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.0.tgz#c4a20cd88f301bed094b53c982cf85bceda1b78c" + integrity sha512-atQ6NFfMmoknJi0QdVSozPugKcgeJB6t1/cVskbhVtX8tAEFFLjl6H23mpz3t35AH6aGWtvx2LCjUSxHI6P6xA== dependencies: "@graphql-codegen/plugin-helpers" "^2.6.2" "@graphql-codegen/schema-ast" "^2.5.1"