diff --git a/package-lock.json b/package-lock.json index e2f9c5e..e6f6bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@graphql-codegen/cli": "7.1.2", "@graphql-codegen/fragment-matcher": "7.0.1", "@graphql-codegen/typescript": "6.0.2", - "@graphql-codegen/typescript-operations": "6.0.3", + "@graphql-codegen/typescript-operations": "6.0.4", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0", @@ -2218,15 +2218,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.3.tgz", - "integrity": "sha512-5gnHdBgKkpKJOiqyKo37UfwigNtezfN94UI/NnyCROl6oDAyt0A+1VeS5cBlgRECdD/TQ1vjHCu14B41Sl7yLw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.4.tgz", + "integrity": "sha512-YUmnmZcJ6wMcC2VmTE7gw18zoG4S1VF1aJmaupDrBnwfKGA5BmdKrA6k2Wj6ZkUDOduHI60l/cmZBRtqel4VtQ==", "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.0.3", + "@graphql-codegen/visitor-plugin-common": "^7.1.0", "auto-bind": "^5.0.0", "tslib": "^2.8.0" }, @@ -2383,9 +2383,9 @@ } }, "node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.4.tgz", - "integrity": "sha512-IESwu40Gpl+9x5vRGLsaYAWM9KRobnN74h+SB4EtfDrt0V87Q74ZzWZGmuS2m6A/fq7E/bS6YgSEMVACjaRUVw==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4b8f08b..0486fee 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/cli": "7.1.2", "@graphql-codegen/fragment-matcher": "7.0.1", "@graphql-codegen/typescript": "6.0.2", - "@graphql-codegen/typescript-operations": "6.0.3", + "@graphql-codegen/typescript-operations": "6.0.4", "@graphql-codegen/typescript-vue-apollo": "5.0.1", "@nuxt/devtools": "3.2.4", "@nuxt/eslint": "1.16.0",