diff --git a/package.json b/package.json index 2bd3924..49df0a9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "resolutions": { "esbuild": "0.18.6", - "graphql": "16.6.0", + "graphql": "16.8.1", "prettier": "2.8.8" }, "lint-staged": { diff --git a/packages/plugins/inngest/package.json b/packages/plugins/inngest/package.json index 652776e..ba7f1b1 100644 --- a/packages/plugins/inngest/package.json +++ b/packages/plugins/inngest/package.json @@ -45,7 +45,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@envelop/core": "4.0.0", - "graphql": "14.0.0 || 15.0.0 || 16.0.0 || 16.6.0" + "graphql": "14.0.0 || 15.0.0 || 16.0.0 || 16.6.0 || 16.9" }, "dependencies": { "@envelop/core": "4.0.0", @@ -60,7 +60,7 @@ "@envelop/testing": "6.0.0", "@graphql-tools/utils": "10.0.01", "@types/fast-redact": "3.0.2", - "graphql": "16.6.0", + "graphql": "16.8.1", "typescript": "5.1.3" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index 4472ae7..1d20951 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5143,10 +5143,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -graphql@16.6.0: - version "16.6.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb" - integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw== +graphql@16.6.0, graphql@16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== h3@^1.0.2: version "1.6.4"