From bb1be9be1e96c6eb5a8e50739f02f48153540333 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 21 Jul 2022 04:41:08 +0000 Subject: [PATCH] Build(deps-dev): bump @graphql-codegen/cli from 2.9.0 to 2.9.1 Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.9.1/packages/graphql-codegen-cli) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c544e9..6c04e51 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@babel/runtime-corejs3": "^7.18.9", - "@graphql-codegen/cli": "^2.9.0", + "@graphql-codegen/cli": "^2.9.1", "@graphql-codegen/fragment-matcher": "^3.3.0", "babel-eslint": "^10.0.3", "cli-engine": "^4.7.6", diff --git a/yarn.lock b/yarn.lock index 5a1d2a9..c7670ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1195,10 +1195,10 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210" integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw== -"@graphql-codegen/cli@^2.9.0": - version "2.9.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.0.tgz#49870229c5f3f9c59068130fb899aad50ad1849b" - integrity sha512-4YnJLW+E3XKCtO6kfKLQKtaU/NfPmLi4izf/VTOH+7/uCaDGfPfRqkoyX1q7QtNxQC4l0Zn0ltbBJwguT/fuEg== +"@graphql-codegen/cli@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1.tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4" + integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg== dependencies: "@graphql-codegen/core" "2.6.0" "@graphql-codegen/plugin-helpers" "^2.6.0"