From ff559b756974a8b5e28a3c0ab29a9b822ac4e642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:34:53 +0000 Subject: [PATCH] Bump @graphql-codegen/typescript-operations from 6.0.2 to 6.0.4 Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 6.0.2 to 6.0.4. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@6.0.4/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 792c830..4257a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@graphql-codegen/cli": "7.0.0", "@graphql-codegen/typescript": "6.0.1", - "@graphql-codegen/typescript-operations": "6.0.2", + "@graphql-codegen/typescript-operations": "6.0.4", "@graphql-tools/url-loader": "8.0.16", "graphql": "^16.10.0", "graphql-config": "5.1.3", @@ -1229,12 +1229,12 @@ } }, "node_modules/@graphql-codegen/schema-ast": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-6.0.0.tgz", - "integrity": "sha512-ww6lfCZYBZk8SbnOKp76FLvBrMD6oqFhAGj8Ov8f+bsrNh0SG1M6mxLWh4nl9hWIu/iwsZgrJcuIrTfyBeF6jQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-6.0.1.tgz", + "integrity": "sha512-P16b6XCWXfcrA4fkuAyqoy883USAULifv8YWgEOrNKDAnr2DR+Kr85jSomknIUTY39wiuvisv4/lrdXobwK6sA==", "license": "MIT", "dependencies": { - "@graphql-codegen/plugin-helpers": "^7.0.0", + "@graphql-codegen/plugin-helpers": "^7.0.1", "@graphql-tools/utils": "^11.0.0", "tslib": "^2.8.0" }, @@ -1302,14 +1302,14 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.2.tgz", - "integrity": "sha512-QYs8eQIOXsGKiWBlx4ZtIwYALa5RlLwznJELcnKayGubuEbglOsapJBswERXoogf3SMDrU21L58c1CYkYlyKIA==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.4.tgz", + "integrity": "sha512-YUmnmZcJ6wMcC2VmTE7gw18zoG4S1VF1aJmaupDrBnwfKGA5BmdKrA6k2Wj6ZkUDOduHI60l/cmZBRtqel4VtQ==", "license": "MIT", "dependencies": { - "@graphql-codegen/plugin-helpers": "^7.0.0", - "@graphql-codegen/schema-ast": "^6.0.0", - "@graphql-codegen/visitor-plugin-common": "^7.0.1", + "@graphql-codegen/plugin-helpers": "^7.0.1", + "@graphql-codegen/schema-ast": "^6.0.1", + "@graphql-codegen/visitor-plugin-common": "^7.1.0", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -1327,12 +1327,12 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.2.tgz", - "integrity": "sha512-3v1dPjkSiAIsqwZ/6btSZ6BCYlYYpr3FdLhsBZ/JoPP2hYgN6AlGKdUyhYm5FsgDKU04L7al3+rfnTOCxqM0gw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.1.0.tgz", + "integrity": "sha512-CO4fJyflbYBuAwbQD16bAuWBIXkz9il3JwyC+pQzXh8NJ+BZZDXmYjmVeGeJuoMUIQDb+CNo2thCU0bFFamAkg==", "license": "MIT", "dependencies": { - "@graphql-codegen/plugin-helpers": "^7.0.0", + "@graphql-codegen/plugin-helpers": "^7.0.1", "@graphql-tools/optimize": "^2.0.0", "@graphql-tools/relay-operation-optimizer": "^7.1.1", "@graphql-tools/utils": "^11.0.0", diff --git a/package.json b/package.json index 1d16242..60d9090 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@graphql-codegen/cli": "7.0.0", "@graphql-codegen/typescript": "6.0.1", "graphql-config": "5.1.3", - "@graphql-codegen/typescript-operations": "6.0.2", + "@graphql-codegen/typescript-operations": "6.0.4", "@graphql-tools/url-loader": "8.0.16", "graphql": "^16.10.0", "typescript": "5.8.3"