From e0d1938364005b66100a42b502300a8ba77b94b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2026 14:09:17 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.1 (#2998) --- 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 afc2fa2..d8fb9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@graphql-codegen/cli": "7.2.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", - "@graphql-codegen/typescript-operations": "6.1.0", + "@graphql-codegen/typescript-operations": "6.1.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0", @@ -2302,15 +2302,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.0.tgz", - "integrity": "sha512-zv0ohBJqLP1G/Kgiq1MhLTdNmakChtJivpaMaBmuPz9gasKWJkc9MhxuVytF6xS27PkJOh81TNM9srAkqpdejA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.1.tgz", + "integrity": "sha512-mCcG5Sx9kIcWsX/HCgvoqDVN4IqC7ma++BWIhVotf2k8mx15/AHgraUWQvKkPKljUKRPzSLbsj3k3rdnAhWquQ==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/schema-ast": "^6.1.0", - "@graphql-codegen/visitor-plugin-common": "^7.2.0", + "@graphql-codegen/visitor-plugin-common": "^7.2.1", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -2467,9 +2467,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.1.tgz", + "integrity": "sha512-OfTs7yvdbG3LaDJ158vtlglF0QzRN6b/t2Xi02DqBDfJqUorUM72uzuG9BpeALTPNTxFU7aaauS57uTc5oJjsw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 64fe606..d39f426 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/cli": "7.2.0", "@graphql-codegen/fragment-matcher": "7.1.0", "@graphql-codegen/typescript": "6.1.0", - "@graphql-codegen/typescript-operations": "6.1.0", + "@graphql-codegen/typescript-operations": "6.1.1", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0",