diff --git a/integration/package-lock.json b/integration/package-lock.json index 6ea1bb0dbc..b0a55fc537 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -14,7 +14,7 @@ "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.1.0", "cross-fetch": "^4.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0", @@ -4356,9 +4356,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -11426,9 +11426,9 @@ "dev": true }, "graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "dev": true }, "graphql-codegen": { diff --git a/integration/package.json b/integration/package.json index 61268dc784..f9514c7135 100644 --- a/integration/package.json +++ b/integration/package.json @@ -14,7 +14,7 @@ "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.1.0", "cross-fetch": "^4.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0",