From ae97cc24499e72c034e2a7f0c893b86dd2a4ae0c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Sep 2026 15:08:13 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/cli to v7.4.0 (#3054) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3903416..0dd3126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@commitlint/cli": "21.2.2", "@commitlint/config-conventional": "21.2.2", - "@graphql-codegen/cli": "7.3.1", + "@graphql-codegen/cli": "7.4.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6", @@ -2051,9 +2051,9 @@ } }, "node_modules/@graphql-codegen/cli": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.1.tgz", - "integrity": "sha512-xDEI/Jpw2bmLyHJ3KDO6UavOKxujSO08p8Bz31NwRNhvKnVpy2N5tiYZhnhIBCcCqUb7PfTt11dr5EWGZGgB4w==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.4.0.tgz", + "integrity": "sha512-yqlvqTt6c2joKZUG2hnho1GsGxwWQIhN/XAeNEi1IgKccxId8pv4VTrLBqYJayEyFqIr5nSKqdPT+Ul3X9B+Ag==", "dev": true, "license": "MIT", "dependencies": { @@ -2062,7 +2062,7 @@ "@babel/types": "^7.18.13", "@graphql-codegen/client-preset": "^6.1.3", "@graphql-codegen/core": "^6.2.0", - "@graphql-codegen/plugin-helpers": "^7.2.1", + "@graphql-codegen/plugin-helpers": "^7.3.0", "@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/git-loader": "^8.0.32", @@ -2204,9 +2204,9 @@ } }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.1.tgz", - "integrity": "sha512-Jw2HPaioMEa4DKG7sgqzL1uWQiIWQu774FwKXx4p83/y3o5GgnRMRdTFtuQQ7Tq6PYyrI5ZITi1jAxeX/Vh2Uw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.3.0.tgz", + "integrity": "sha512-aaGfI/8Q8wmdO1nx1NMWGoZn/5Tl5TNOVQSI2qkGhk8h8Z8Uc6grFH0O6//HdHfqnUsiruBbe3IaK4/ah3sWcQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0aca55f..a6f0d78 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@commitlint/cli": "21.2.2", "@commitlint/config-conventional": "21.2.2", - "@graphql-codegen/cli": "7.3.1", + "@graphql-codegen/cli": "7.4.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6",