From 4b313efbe6acd845eeb86aa3c15c18f27445027a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 14:07:56 +0000 Subject: [PATCH] chore(deps): update graphqlcodegenerator monorepo to v6.0.5 --- 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 203a4d0..cc4fabc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@graphql-codegen/cli": "7.1.3", "@graphql-codegen/typed-document-node": "7.0.3", "@graphql-codegen/typescript": "6.0.2", - "@graphql-codegen/typescript-operations": "6.0.4", + "@graphql-codegen/typescript-operations": "6.0.5", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0", @@ -3080,15 +3080,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.4.tgz", - "integrity": "sha512-YUmnmZcJ6wMcC2VmTE7gw18zoG4S1VF1aJmaupDrBnwfKGA5BmdKrA6k2Wj6ZkUDOduHI60l/cmZBRtqel4VtQ==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.5.tgz", + "integrity": "sha512-amsfjYbLIbYUIPr481hlXXjgnm5knel3v6EXJ8oThhcbOoT332XJjzjohZaTjij7eqebOewzzRXLPWi8z+mgSA==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^7.0.1", "@graphql-codegen/schema-ast": "^6.0.1", - "@graphql-codegen/visitor-plugin-common": "^7.1.0", + "@graphql-codegen/visitor-plugin-common": "^7.1.2", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -3126,9 +3126,9 @@ } }, "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": { - "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==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.1.2.tgz", + "integrity": "sha512-1TdaKeDBj91ZYcJO9fMHHo02HEoWCSYhlsi4B7EGto7cqQa2htraAi+sCYIxQuccxNsRmM6apQ+O5+cJj1Bs7w==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 79bf7f7..f6902ba 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@graphql-codegen/cli": "7.1.3", "@graphql-codegen/typed-document-node": "7.0.3", "@graphql-codegen/typescript": "6.0.2", - "@graphql-codegen/typescript-operations": "6.0.4", + "@graphql-codegen/typescript-operations": "6.0.5", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0", -- 2.52.0