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",