diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 21525217c..7fd62597d 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -20,7 +20,7 @@ "graphql-gateway" ], "dependencies": { - "@graphql-inspector/core": "^2.3.0", + "@graphql-inspector/core": "^6.0.0", "@graphql-mesh/cli": "0.30.2", "@graphql-mesh/config": "0.17.0", "@graphql-mesh/fhir": "^0.10.0", diff --git a/yarn.lock b/yarn.lock index fa13f452f..a75aee6b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1151,14 +1151,14 @@ object-inspect "1.10.3" tslib "^2.0.0" -"@graphql-inspector/core@^2.3.0": - version "2.6.1" - resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-2.6.1.tgz#2abd6db3da715081124a4313104e116effdb90b7" - integrity sha512-IwllJf0lsjOT9kInOY+kMv/+V77CrEoD6X0ZnUgIc+oZ9IDlq7RhMx1v4YuvM+HBUCkUBJXdS2/Ug1UOvk45WQ== +"@graphql-inspector/core@^6.0.0": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-6.0.1.tgz#be5a5bb8024fb40b375a97c5485ac348f6b4e806" + integrity sha512-0fdMumNZFFhfSlAPSSi3XWdyctMUm2IMjODL8DoYFofTl45iq40YBrCX02h2DSf48ZhkiI/VdHr2+08gqW6JMQ== dependencies: dependency-graph "0.11.0" - object-inspect "1.10.3" - tslib "^2.0.0" + object-inspect "1.13.1" + tslib "2.6.2" "@graphql-mesh/cache-inmemory-lru@0.5.5": version "0.5.5" @@ -8657,6 +8657,11 @@ object-inspect@1.10.3, object-inspect@^1.10.3, object-inspect@^1.9.0: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369" integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw== +object-inspect@1.13.1: + version "1.13.1" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2" + integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ== + object-is@^1.1.4: version "1.1.5" resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" @@ -10791,6 +10796,11 @@ tsconfig-paths@^3.11.0: minimist "^1.2.0" strip-bom "^3.0.0" +tslib@2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== + tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"