From 5c8b3315f276c239ce62ba153b874859300faa6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:06:38 +0000 Subject: [PATCH] Bump @graphql-codegen/typed-document-node from 2.2.14 to 2.3.1 (#1216) Bumps [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/apollo-angular) from 2.2.14 to 2.3.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/apollo-angular/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@2.3.1/packages/plugins/typescript/apollo-angular) --- updated-dependencies: - dependency-name: "@graphql-codegen/typed-document-node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 18a2c73fc..c1608f06a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@graphql-codegen/cli": "^2.8.1", "@graphql-codegen/fragment-matcher": "^3.2.1", "@graphql-codegen/gql-tag-operations-preset": "^1.4.0", - "@graphql-codegen/typed-document-node": "^2.2.13", + "@graphql-codegen/typed-document-node": "^2.3.1", "@graphql-codegen/typescript": "^2.4.11", "@graphql-codegen/typescript-operations": "^2.5.1", "@graphql-codegen/typescript-resolvers": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 57e128349..6474e41c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1538,13 +1538,13 @@ "@graphql-tools/utils" "^8.8.0" tslib "~2.4.0" -"@graphql-codegen/typed-document-node@^2.2.13", "@graphql-codegen/typed-document-node@^2.2.9": - version "2.2.14" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.2.14.tgz#0067f5dfb9c884b4fc94d219d0235e0cec3acbd4" - integrity sha512-ICGgqAy4GKvswiVwEc32bz3qjTKlJFRhItQCYdBsZZk1c7Y6AIx4u0PHVfsqLdQATlQXftJcpXFYSGMzL7dn7g== +"@graphql-codegen/typed-document-node@^2.2.9", "@graphql-codegen/typed-document-node@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-2.3.1.tgz#e8778ecb3e7dd9fe1dcd32e230832592e5f9910f" + integrity sha512-8EnxV1lYAuWmoPRdc8iSI1odEpiNwaR4kRxgCYuNaCjQsCrGRnF46Vb1rCWG+6veODA3BmOjp0g0sCLM5b6EAA== dependencies: - "@graphql-codegen/plugin-helpers" "^2.4.0" - "@graphql-codegen/visitor-plugin-common" "2.10.0" + "@graphql-codegen/plugin-helpers" "^2.5.0" + "@graphql-codegen/visitor-plugin-common" "2.11.1" auto-bind "~4.0.0" change-case-all "1.0.14" tslib "~2.4.0"