diff --git a/packages/plugins/inngest/package.json b/packages/plugins/inngest/package.json index e74075d..6e3806f 100644 --- a/packages/plugins/inngest/package.json +++ b/packages/plugins/inngest/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@envelop/core": "4.0.0", - "@graphql-tools/utils": "10.0.1", + "@graphql-tools/utils": "10.0.3", "@whatwg-node/fetch": "0.9.6", "fast-json-stable-stringify": "2.1.0", "fast-redact": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 328ab23..a679c02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1837,7 +1837,16 @@ tslib "^2.4.0" value-or-promise "^1.0.12" -"@graphql-tools/utils@10.0.1", "@graphql-tools/utils@^10.0.0": +"@graphql-tools/utils@10.0.3": + version "10.0.3" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.3.tgz#e5d5b217ba643b7b67a35b50086b5d831aadb71c" + integrity sha512-6uO41urAEIs4sXQT2+CYGsUTkHkVo/2MpM/QjoHj6D6xoEF2woXHBpdAVi0HKIInDwZqWgEYOwIFez0pERxa1Q== + dependencies: + "@graphql-typed-document-node/core" "^3.1.1" + dset "^3.1.2" + tslib "^2.4.0" + +"@graphql-tools/utils@^10.0.0": version "10.0.1" resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.0.1.tgz#52e6c0ce920b57473823e487184f5017974fe4c4" integrity sha512-i1FozbDGHgdsFA47V/JvQZ0FE8NAy0Eiz7HGCJO2MkNdZAKNnwei66gOq0JWYVFztwpwbVQ09GkKhq7Kjcq5Cw== @@ -4077,6 +4086,11 @@ dotenv@^8.1.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g== +dset@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a" + integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q== + eastasianwidth@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"