From f57a18e1bf47e91d0ea9232deecac85d32f10125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:42:07 +0400 Subject: [PATCH] Bump @graphql-codegen/introspection from 1.18.0 to 1.18.1 (#321) Bumps [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@1.18.1/packages/plugins/other/introspection) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 66c3aef6..5ea57021 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@graphql-codegen/add": "2.0.1", "@graphql-codegen/cli": "1.17.10", - "@graphql-codegen/introspection": "1.18.0", + "@graphql-codegen/introspection": "1.18.1", "@graphql-codegen/typescript": "1.20.0", "@graphql-codegen/typescript-graphql-request": "2.0.1", "@graphql-codegen/typescript-operations": "1.17.13", diff --git a/yarn.lock b/yarn.lock index d7dc0eef..baf1f0ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3273,12 +3273,12 @@ "@graphql-tools/utils" "^6.0.18" tslib "~2.0.0" -"@graphql-codegen/introspection@1.18.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-1.18.0.tgz#68d5b29d5ee3229510a5f1c382d1046a40d87dc7" - integrity sha512-I/58V5eSsTW+OMaVA6NdJkc5YgZwLN8dKKPZTq0VgVfbWMZ6SsYbQBY58RnnTE8MRaqvF4/+wYUcnTKxNAosxw== +"@graphql-codegen/introspection@1.18.1": + version "1.18.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/introspection/-/introspection-1.18.1.tgz#fe3f781b2b60cc69a0cf535a3cfe912c71e32770" + integrity sha512-M8kLUYF+YA/oj378RHh7BN5hO2wdplBfL2oyRL9sxjtNY30iYGn7To3TRijDCNoXaak5jLwgwUURZ0BZgX6IJA== dependencies: - "@graphql-codegen/plugin-helpers" "^1.17.9" + "@graphql-codegen/plugin-helpers" "^1.18.2" tslib "~2.0.1" "@graphql-codegen/plugin-helpers@^1.17.8", "@graphql-codegen/plugin-helpers@^1.17.9", "@graphql-codegen/plugin-helpers@^1.18.2":