From 324c0c3604bd1a223fa274f4d7f124ea236bf21d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 04:11:06 +0000 Subject: [PATCH] Bump @graphql-codegen/plugin-helpers from 2.7.1 to 2.7.2 Bumps [@graphql-codegen/plugin-helpers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/utils/plugins-helpers) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/utils/plugins-helpers/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/plugin-helpers@2.7.2/packages/utils/plugins-helpers) --- updated-dependencies: - dependency-name: "@graphql-codegen/plugin-helpers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eb8f87c..fc527c3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "build": "tsc" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^2.7.1", + "@graphql-codegen/plugin-helpers": "^2.7.2", "graphql": "^16.6.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f59c666..782acf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,9 +35,9 @@ tslib "1.11.1" upper-case "2.0.1" -"@graphql-codegen/plugin-helpers@^2.7.1": - version "2.7.1" - resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.1.tgz#de999bdf8a1485f6f3c4c5f21cfb038e99d67e3e" +"@graphql-codegen/plugin-helpers@^2.7.2": + version "2.7.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed" dependencies: "@graphql-tools/utils" "^8.8.0" change-case-all "1.0.14"