From dfd0301e50454aa4f4009776033ec2bd70b77c6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Aug 2026 14:09:05 +0000 Subject: [PATCH] chore(deps): update dependency @graphql-codegen/typescript-operations to v6.1.6 (#3029) --- 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 1a89d8e..af3ddf7 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.5", + "@graphql-codegen/typescript-operations": "6.1.6", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.4.1", "@nuxt/eslint": "1.17.0", @@ -2316,15 +2316,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.5.tgz", - "integrity": "sha512-ZiQ2CB6jiYYxFetdrutSsbNsiukh47UbVY9y3NjwWI8IUlslD+rDYN7MLDJrPFA5YXpv38ZBxh6q8PywRf1KfA==", + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.1.6.tgz", + "integrity": "sha512-qsYRkK27YbSL2doifPvldVwdwHRQtpsxXJINs22wQWGksC1Mrgn9YNaAGUZ2so46U20TKTm4SBoiNXRJE3esqA==", "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.3", + "@graphql-codegen/visitor-plugin-common": "^7.2.5", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -2481,9 +2481,9 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.2.3.tgz", - "integrity": "sha512-uP7lF8vAbOLefjrkLyz85dcDTfOkw0TV1xY+sFFvVK6cguTjWIokxxwWRgEeKaghWyOMvyFd6WXN4kqQxdVIiQ==", + "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": { diff --git a/package.json b/package.json index 8256287..4f18e33 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.5", + "@graphql-codegen/typescript-operations": "6.1.6", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.4.1", "@nuxt/eslint": "1.17.0",