From 870dd739d16b868e7c13c0791d955186654231d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 04:05:08 +0000 Subject: [PATCH] Bump @graphql-codegen/plugin-helpers from 2.7.1 to 3.1.2 Bumps [@graphql-codegen/plugin-helpers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/utils/plugins-helpers) from 2.7.1 to 3.1.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@3.1.2/packages/utils/plugins-helpers) --- updated-dependencies: - dependency-name: "@graphql-codegen/plugin-helpers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index eb8f87c..816712a 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": "^3.1.2", "graphql": "^16.6.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f59c666..ef554f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,12 +35,12 @@ 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@^3.1.2": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.2.tgz#69a2e91178f478ea6849846ade0a59a844d34389" dependencies: - "@graphql-tools/utils" "^8.8.0" - change-case-all "1.0.14" + "@graphql-tools/utils" "^9.0.0" + change-case-all "1.0.15" common-tags "1.8.2" import-from "4.0.0" lodash "~4.17.0" @@ -64,9 +64,9 @@ graphql-tools-fork "8.9.6" lodash "4.17.15" -"@graphql-tools/utils@^8.8.0": - version "8.8.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.8.0.tgz#8332ff80a1da9204ccf514750dd6f5c5cccf17dc" +"@graphql-tools/utils@^9.0.0": + version "9.1.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.1.3.tgz#861f87057b313726136fa6ddfbd2380eae906599" dependencies: tslib "^2.4.0" @@ -374,9 +374,9 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -change-case-all@1.0.14: - version "1.0.14" - resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.14.tgz#bac04da08ad143278d0ac3dda7eccd39280bfba1" +change-case-all@1.0.15: + version "1.0.15" + resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad" dependencies: change-case "^4.1.2" is-lower-case "^2.0.2"