chore(deps): update dependency @graphql-codegen/cli to v7.3.0
schemas-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Successful in 1m34s
schemas-app / deploy-prod (pull_request) Skipped

This commit is contained in:
2026-08-25 08:12:27 +00:00
parent be74e80393
commit 9da47972a1
2 changed files with 27 additions and 27 deletions
+26 -26
View File
@@ -22,7 +22,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/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.6",
@@ -2385,18 +2385,18 @@
"license": "MIT"
},
"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",
@@ -2448,9 +2448,9 @@
}
},
"node_modules/@graphql-codegen/cli/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": {
@@ -2468,9 +2468,9 @@
}
},
"node_modules/@graphql-codegen/cli/node_modules/@graphql-tools/utils": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.0.tgz",
"integrity": "sha512-eu9h1R3j/wWc4rvmYJF5AKtlwniDzstrZ/c6KSz+HdI+n7I7iog9xyKmBfpUwSbG1TqPNZBzWjFMkzdYOKq6Bg==",
"version": "11.2.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.2.tgz",
"integrity": "sha512-Do2A/t6ayqOma8m7PvpYMsCBswL+NB35BQSng4GWSBqafL2/BnfAZy/NSENPwV721Rm2fG0BHETFC0+FJJZmLw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2534,9 +2534,9 @@
"license": "MIT"
},
"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": {
@@ -2547,8 +2547,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",
@@ -2568,9 +2568,9 @@
}
},
"node_modules/@graphql-codegen/client-preset/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": {
@@ -2588,9 +2588,9 @@
}
},
"node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.0.tgz",
"integrity": "sha512-qqtTY8taONuxlR0HvD8z+zgWC3CfJ47M2rATx+geWNIN8v8Itc5TflHYxjkWAtNL6E3q7WZRY5P7se+2S3EjBg==",
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.5.tgz",
"integrity": "sha512-hqOemBp0Ue+WSmk8EDcKP+lghuLC2zsI+jHzSUuoffTZnEN2qZH4VP2C9c1fVd2yy6v+YQiiObOarTMaqF4q9w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2613,9 +2613,9 @@
}
},
"node_modules/@graphql-codegen/client-preset/node_modules/@graphql-tools/utils": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.0.tgz",
"integrity": "sha512-eu9h1R3j/wWc4rvmYJF5AKtlwniDzstrZ/c6KSz+HdI+n7I7iog9xyKmBfpUwSbG1TqPNZBzWjFMkzdYOKq6Bg==",
"version": "11.2.2",
"resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.2.2.tgz",
"integrity": "sha512-Do2A/t6ayqOma8m7PvpYMsCBswL+NB35BQSng4GWSBqafL2/BnfAZy/NSENPwV721Rm2fG0BHETFC0+FJJZmLw==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -36,7 +36,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/typed-document-node": "7.1.0",
"@graphql-codegen/typescript": "6.1.0",
"@graphql-codegen/typescript-operations": "6.1.6",