diff --git a/integration/package-lock.json b/integration/package-lock.json index da701b89d5d..784ccc8db80 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.0.2", "cross-fetch": "^4.0.0", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0", @@ -4684,9 +4684,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -11312,9 +11312,9 @@ "dev": true }, "graphql": { - "version": "16.8.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", - "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", "dev": true }, "graphql-codegen": { diff --git a/integration/package.json b/integration/package.json index 5a3706d2251..1a1e3d3bf69 100644 --- a/integration/package.json +++ b/integration/package.json @@ -14,7 +14,7 @@ "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.0.2", "cross-fetch": "^4.0.0", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0",