From 13498dc5ccb18cbfac94d8d7ddce74227900dcc0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Aug 2026 08:03:55 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/cli to v7.3.0 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c353cd..4d66759 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.2.0", + "@graphql-codegen/cli": "7.3.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6", @@ -2051,18 +2051,18 @@ } }, "node_modules/@graphql-codegen/cli": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.2.0.tgz", - "integrity": "sha512-JPJw2vquEIpO3b8XJyxFVTrYi6WRn/OKu/SlzQA+IwAVT7GZPeG+AHmfRXAvpVMj31899nTpQYEQGUxx3ZqubQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.3.0.tgz", + "integrity": "sha512-Z5rgnsVQM5PeqBgdiYYhYi7VlVCYNknySC4UfCOUw4O6h5IIVtS8jWsNwogSMIAIxTm00oKKZFkrZjA8hps1cw==", "dev": true, "license": "MIT", "dependencies": { "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/client-preset": "^6.1.0", + "@graphql-codegen/client-preset": "^6.1.3", "@graphql-codegen/core": "^6.2.0", - "@graphql-codegen/plugin-helpers": "^7.1.0", + "@graphql-codegen/plugin-helpers": "^7.2.0", "@graphql-tools/apollo-engine-loader": "^8.0.28", "@graphql-tools/code-file-loader": "^8.1.28", "@graphql-tools/git-loader": "^8.0.32", @@ -2114,9 +2114,9 @@ } }, "node_modules/@graphql-codegen/client-preset": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.0.tgz", - "integrity": "sha512-mGmBuwrOU5oRoaWFodx8g9xu1jecYIiydqvk88QsAIsyMcZwuoybs1lyne85TovpBHjH5CC2wnZGsbDQfcgOCQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.1.3.tgz", + "integrity": "sha512-bIuJiirdwzx784bnqZsoC+wEzCyhr0T+tbVhwuZRudyZXPeLm+7/tn/FTAMqZhDGgSr6hVnpcU41abdBNn2zag==", "dev": true, "license": "MIT", "dependencies": { @@ -2127,8 +2127,8 @@ "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/typed-document-node": "^7.1.0", "@graphql-codegen/typescript": "^6.1.0", - "@graphql-codegen/typescript-operations": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.0", + "@graphql-codegen/typescript-operations": "^6.1.6", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "@graphql-tools/documents": "^1.0.0", "@graphql-tools/utils": "^11.2.0", "@graphql-typed-document-node/core": "3.2.0", @@ -2204,9 +2204,9 @@ } }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.1.0.tgz", - "integrity": "sha512-ieJH7kZ5oSZKBPJs7CvHMrFY/CLYLklqv74ir93qMwRna6geZsbIMoJzTDBXohxcQTITiProiYSGrEtZjIpYGg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-7.2.0.tgz", + "integrity": "sha512-RRr9iEokKYf30YCBihtPJvIla818ucsCrYiqzKSuY9GicCmhJxj/b6dYtgjFdEEILfRMdsrQhb/5bw6jiKBWlQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e762b1d..bda12e5 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.2.0", + "@graphql-codegen/cli": "7.3.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", "@graphql-codegen/typescript-operations": "6.1.6",