From 5129a9a0f8a3b6f99f7a50f6c894b855afa439d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:50:30 +0000 Subject: [PATCH] Bump @graphql-codegen/typescript-react-apollo Bumps the graphql group in /frontend with 1 update: [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo). Updates `@graphql-codegen/typescript-react-apollo` from 4.3.0 to 4.3.2 - [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-react-apollo@4.3.2/packages/plugins/typescript/react-apollo) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-react-apollo" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: graphql ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index cfee2ae9c9..4d1f78f07f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -178,7 +178,7 @@ "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-operations": "^4.2.3", - "@graphql-codegen/typescript-react-apollo": "^4.3.0", + "@graphql-codegen/typescript-react-apollo": "^4.3.2", "@storybook/addon-a11y": "^8.2.9", "@storybook/addon-actions": "^8.2.9", "@storybook/addon-essentials": "^8.2.9", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6eb81126a4..b6f49644cd 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2888,10 +2888,10 @@ auto-bind "~4.0.0" tslib "~2.6.0" -"@graphql-codegen/typescript-react-apollo@^4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.3.0.tgz#c20b26a3756ed39e84c465c8b0f0212c113f2fee" - integrity sha512-h+IxCGrOTDD60/6ztYDQs81yKDZZq/8aHqM9HHrZ9FiZn145O48VnQNCmGm88I619G9rEET8cCOrtYkCt+ZSzA== +"@graphql-codegen/typescript-react-apollo@^4.3.2": + version "4.3.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.3.2.tgz#0e0fa9cb5b2bc2083ba10f8fbfc8558241151399" + integrity sha512-io2tWfeehBqOB2X6llqLE6B9wjjsXZT/GTZlguGVXdbR7WhSJO9GXyLflXYKxom/h2bPjkVL534Ev6wZLcs0wA== dependencies: "@graphql-codegen/plugin-helpers" "^3.0.0" "@graphql-codegen/visitor-plugin-common" "2.13.1"