diff --git a/package-lock.json b/package-lock.json index 6fb3299..8d8f3b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@graphql-codegen/typescript": "4.1.6", "@graphql-codegen/typescript-operations": "4.6.1", "@graphql-tools/url-loader": "8.0.16", - "graphql": "16.11.0", + "graphql": "^16.10.0", "graphql-config": "5.1.3", "typescript": "5.8.3" }, @@ -2652,20 +2652,6 @@ "graphql": "14 - 16" } }, - "node_modules/graphql-sock": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/graphql-sock/-/graphql-sock-1.0.1.tgz", - "integrity": "sha512-gSA0CXdNMvNlpEnH2GY1//SUY7laDsAn51sDm4yh6TTH5UkfbNINydyUAoMHHkAaCaOLNXELQmu3GVcSOw4twg==", - "optional": true, - "peer": true, - "bin": { - "semantic-to-nullable": "dist/cli/to-nullable.js", - "semantic-to-strict": "dist/cli/to-strict.js" - }, - "peerDependencies": { - "graphql": "15.x || 16.x || 17.x" - } - }, "node_modules/graphql-tag": { "version": "2.12.6", "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", diff --git a/package.json b/package.json index f71ebc6..f15cfcd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "graphql-config": "5.1.3", "@graphql-codegen/typescript-operations": "4.6.1", "@graphql-tools/url-loader": "8.0.16", - "graphql": "16.11.0", + "graphql": "^16.10.0", "typescript": "5.8.3" }, "devDependencies": {