From 7de51d9337453ebe6083a2b2947563b26a3d6e28 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Aug 2021 10:23:04 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/cli to v2.1.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5a2d87d..2ea26ff 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ ] }, "devDependencies": { - "@graphql-codegen/cli": "2.1.0", + "@graphql-codegen/cli": "2.1.1", "@graphql-codegen/typescript": "2.1.0", "@graphql-codegen/typescript-operations": "2.1.0", "@types/apollo-upload-client": "^14.1.0", diff --git a/yarn.lock b/yarn.lock index 50b91a7..2634184 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1330,10 +1330,10 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@graphql-codegen/cli@2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.1.0.tgz#989f15f9d8f95c4a34256ef9a21f7ea45b370ef8" - integrity sha512-UNp92FIj9oKLpiGtwv+i8+OPBQf44/Hl9XicSUP80AzcmfRxrwx/ugL4ZjnUEdqBVRLF8OHlinxA12MwxnhzTQ== +"@graphql-codegen/cli@2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.1.1.tgz#1123f7434292852ac1e101924b37d674ca1e92f3" + integrity sha512-burl5HdZeaAOhe3gx/3LBNxNyboqNHSDQLlZUazm1Gu8lUdVN1trtO3P5xF7MCBm4MFTjzaAXdPT7FoYvYaWMg== dependencies: "@graphql-codegen/core" "2.1.0" "@graphql-codegen/plugin-helpers" "^2.1.0"