From 67333ae3e85380204ac22b7dea97e36435845331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:29:16 +0000 Subject: [PATCH] build(deps-dev): bump @graphql-codegen/plugin-helpers Bumps [@graphql-codegen/plugin-helpers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/utils/plugins-helpers) from 5.0.3 to 5.0.4. - [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@5.0.4/packages/utils/plugins-helpers) --- updated-dependencies: - dependency-name: "@graphql-codegen/plugin-helpers" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b91f19..b2aa98a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@cloudscape-design/components": "^3.0.671", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/introspection": "^4.0.3", - "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/plugin-helpers": "^5.0.4", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@middy/core": "^5.2.1", "@react-email/components": "0.0.12", @@ -13430,9 +13430,9 @@ } }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz", - "integrity": "sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.4.tgz", + "integrity": "sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==", "dev": true, "dependencies": { "@graphql-tools/utils": "^10.0.0", diff --git a/package.json b/package.json index 9b4d1b1..1cd0e4b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@cloudscape-design/components": "^3.0.671", "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/introspection": "^4.0.3", - "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/plugin-helpers": "^5.0.4", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@middy/core": "^5.2.1", "@react-email/components": "0.0.12",