diff --git a/package-lock.json b/package-lock.json index d5e1b7bd..b83e9652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/js": "9.20.0", "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/typescript-document-nodes": "4.0.13", + "@graphql-codegen/typescript-document-nodes": "4.0.15", "@graphql-codegen/typescript-operations": "4.4.1", "@graphql-codegen/typescript-resolvers": "4.4.4", "@octokit/graphql-schema": "15.25.0", @@ -1634,14 +1634,14 @@ } }, "node_modules/@graphql-codegen/typescript-document-nodes": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-document-nodes/-/typescript-document-nodes-4.0.13.tgz", - "integrity": "sha512-eop5b/81fGOXh/dbtpjE5JU9RvST4+IC1+htXp08Rt3ChFmCJRKTD+wXGBHZl35p+1NS1S+z4RpIzbAYsVdzXA==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-document-nodes/-/typescript-document-nodes-4.0.15.tgz", + "integrity": "sha512-uBbGtNHbOsepiTdtUBAB4uhSnLzwGAkbdBExHzosl5OTVivKMu9x+hrqodTPwRMRr5D9OlqH42oGZeUD2bu6EA==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/visitor-plugin-common": "5.6.1", + "@graphql-codegen/visitor-plugin-common": "5.7.1", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, @@ -1652,6 +1652,31 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@graphql-codegen/typescript-document-nodes/node_modules/@graphql-codegen/visitor-plugin-common": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.1.tgz", + "integrity": "sha512-jnBjDN7IghoPy1TLqIE1E4O0XcoRc7dJOHENkHvzGhu0SnvPL6ZgJxkQiADI4Vg2hj/4UiTGqo8q/GRoZz22lQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-codegen/plugin-helpers": "^5.1.0", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, "node_modules/@graphql-codegen/typescript-operations": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz", @@ -8418,15 +8443,35 @@ } }, "@graphql-codegen/typescript-document-nodes": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-document-nodes/-/typescript-document-nodes-4.0.13.tgz", - "integrity": "sha512-eop5b/81fGOXh/dbtpjE5JU9RvST4+IC1+htXp08Rt3ChFmCJRKTD+wXGBHZl35p+1NS1S+z4RpIzbAYsVdzXA==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-document-nodes/-/typescript-document-nodes-4.0.15.tgz", + "integrity": "sha512-uBbGtNHbOsepiTdtUBAB4uhSnLzwGAkbdBExHzosl5OTVivKMu9x+hrqodTPwRMRr5D9OlqH42oGZeUD2bu6EA==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/visitor-plugin-common": "5.6.1", + "@graphql-codegen/visitor-plugin-common": "5.7.1", "auto-bind": "~4.0.0", "tslib": "~2.6.0" + }, + "dependencies": { + "@graphql-codegen/visitor-plugin-common": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.1.tgz", + "integrity": "sha512-jnBjDN7IghoPy1TLqIE1E4O0XcoRc7dJOHENkHvzGhu0SnvPL6ZgJxkQiADI4Vg2hj/4UiTGqo8q/GRoZz22lQ==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "^5.1.0", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + } + } } }, "@graphql-codegen/typescript-operations": { diff --git a/package.json b/package.json index dc09c020..af923451 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@eslint/js": "9.20.0", "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/typescript-document-nodes": "4.0.13", + "@graphql-codegen/typescript-document-nodes": "4.0.15", "@graphql-codegen/typescript-operations": "4.4.1", "@graphql-codegen/typescript-resolvers": "4.4.4", "@octokit/graphql-schema": "15.25.0",