diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 7f15794d2..c14c86543 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -22,10 +22,10 @@ "url": "https://github.com/nestjs/graphql/issues" }, "devDependencies": { - "@apollo/gateway": "2.10.1", - "@apollo/server": "4.9.3", + "@apollo/gateway": "2.11.2", + "@apollo/server": "4.12.2", "@apollo/server-plugin-response-cache": "4.1.4", - "@apollo/subgraph": "2.2.3", + "@apollo/subgraph": "2.11.2", "@as-integrations/fastify": "2.1.1", "@nestjs/common": "11.1.3", "@nestjs/core": "11.1.3", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index e06d47bbe..8782d4f54 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -33,7 +33,7 @@ "ws": "8.18.1" }, "devDependencies": { - "@apollo/subgraph": "2.2.3", + "@apollo/subgraph": "2.11.2", "@nestjs/common": "11.1.3", "@nestjs/core": "11.1.3", "@nestjs/testing": "11.1.3", diff --git a/yarn.lock b/yarn.lock index 77078591f..4b98ad5c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,42 +15,32 @@ resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47" integrity sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g== -"@apollo/composition@2.10.1": - version "2.10.1" - resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.10.1.tgz#62e33f986038dec3118ce31b6ee6d4db8eabab0b" - integrity sha512-plQwaoemEuL7rDjb51ULmxJmstaoBK9ys/HvGMUtTXTxSIM1COkMK29x7fGHrztwdfDiGqEN4H+JGZeraBZHAg== +"@apollo/composition@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.11.2.tgz#cee4026b9727ef357bef8a94adde2a2a4ea4bec9" + integrity sha512-ut/Kj/YMUXtV+VwsHFOoT0hvvZAJwOltkuMVZJUY1O0deecrc4Ceq8VeogPKXF/jeR59kMr6na1ZPHBRBe/rqQ== dependencies: - "@apollo/federation-internals" "2.10.1" - "@apollo/query-graphs" "2.10.1" + "@apollo/federation-internals" "2.11.2" + "@apollo/query-graphs" "2.11.2" -"@apollo/federation-internals@2.10.1": - version "2.10.1" - resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.10.1.tgz#740217fa026ffdcdc33289e3adb255f0a06d1b24" - integrity sha512-QToNlspkpA/qXOMwdIUzmJe3OasZFpSO92luQik6Ov9aJBnxldLGPi6rD0FkunVd678lHuKWDFQ4vkb7/KCfgg== +"@apollo/federation-internals@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.11.2.tgz#ab0df7d427935c6e3323c0083f866d659f206b5f" + integrity sha512-GSFGL2fLox3EBszWKJvRkVLFA0hkJF9PHGMQH+WdB/12KVB3QHKwDyW1T9VZtxe2SJhNU3puleSxCsO16Bf3iA== dependencies: "@types/uuid" "^9.0.0" chalk "^4.1.0" js-levenshtein "^1.1.6" uuid "^9.0.0" -"@apollo/federation-internals@^2.2.3": - version "2.9.3" - resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.9.3.tgz#c6fa913dd10c74c0e0fffd6a7b369923b2a5d665" - integrity sha512-r50Ykc331CZUw4TxpcqprAZOlGkbzoHEiHObUqUhQopTx8i0aXNt+0pc3nzqUAoT9OD83yJqPJV1EiZF2vCupQ== +"@apollo/gateway@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.11.2.tgz#fbadbc50968bf65cd19e768eac6503b42ba4867d" + integrity sha512-QeE/aVYUhYJFxXJK0vF6zr0x6yRKpaSr5b9q7vxWVktihrzsAVS+GwALbcliU/hkGgntXwO+jvXwz9mEKrdwnw== dependencies: - "@types/uuid" "^9.0.0" - chalk "^4.1.0" - js-levenshtein "^1.1.6" - uuid "^9.0.0" - -"@apollo/gateway@2.10.1": - version "2.10.1" - resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.10.1.tgz#c604da74a43afe0e31b13b40b3341e312bd8f28b" - integrity sha512-MFU41xHK3KUOpw4+PlJxeFxxSajoO39Pm9jeIjAG8TtXAmIJHdqXWnM3eHJ2LZkqfZ99L8L5ZCkDygvgisO9NA== - dependencies: - "@apollo/composition" "2.10.1" - "@apollo/federation-internals" "2.10.1" - "@apollo/query-planner" "2.10.1" + "@apollo/composition" "2.11.2" + "@apollo/federation-internals" "2.11.2" + "@apollo/query-planner" "2.11.2" "@apollo/server-gateway-interface" "^1.1.0" "@apollo/usage-reporting-protobuf" "^4.1.0" "@apollo/utils.createhash" "^2.0.0" @@ -85,23 +75,23 @@ "@types/long" "^4.0.0" long "^4.0.0" -"@apollo/query-graphs@2.10.1": - version "2.10.1" - resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.10.1.tgz#1a05598d4619a0051ca09ebd51ccdee94a053c36" - integrity sha512-nJMujPDmmkPqZcHYIa8pe738uknFEyldYGQj2cljj/mhuL7lmF3oNS4xsdjes16v3cIAngBYzPkPJfRTf57yPg== +"@apollo/query-graphs@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.11.2.tgz#7d43f3efa9b11e8cfba476c4bce1c9964792d885" + integrity sha512-LwGumh0XkOMSA4+RhSVYY1Yd4wa3Mi8ylDk8GyhMl4kpFAOb2x+SRIka+kEDNPufu9wNSl457/rVeAxNw1zZ1Q== dependencies: - "@apollo/federation-internals" "2.10.1" + "@apollo/federation-internals" "2.11.2" deep-equal "^2.0.5" ts-graphviz "^1.5.4" uuid "^9.0.0" -"@apollo/query-planner@2.10.1": - version "2.10.1" - resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.10.1.tgz#e9a1beb759412844e36ebb9aa9541429c983c749" - integrity sha512-DPBI/+K0Qw5jS8Y+vJDnTYl40fPIuoWT6/4VQEXtfI1Dskvw0HrfgeGLmdOZHI8R07A9/DGQZr/V7AdQTWIwzg== +"@apollo/query-planner@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.11.2.tgz#cecaa39a937b6bad4450694db712a05ca340db19" + integrity sha512-wrJ10uryy+Ir5V3tOjDbuXOgHZMgI4/O5IcBYIayEFPrZBG2TaDWVNN14b0Ri0j27p+foxbGErs8t1Daphvbjg== dependencies: - "@apollo/federation-internals" "2.10.1" - "@apollo/query-graphs" "2.10.1" + "@apollo/federation-internals" "2.11.2" + "@apollo/query-graphs" "2.11.2" "@apollo/utils.keyvaluecache" "^2.1.0" chalk "^4.1.0" deep-equal "^2.0.5" @@ -132,15 +122,15 @@ "@apollo/utils.createhash" "^2.0.2" "@apollo/utils.keyvaluecache" "^2.1.0" -"@apollo/server@4.9.3": - version "4.9.3" - resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.9.3.tgz#d51fa1745a7e9f3b1d687c6df40256744aaa977a" - integrity sha512-U56Sx/UmzR3Es344hQ/Ptf2EJrH+kV4ZPoLmgGjWoiwf2wYQ/pRSvkSXgjOvoyE34wSa8Gh7f92ljfLfY+6q1w== +"@apollo/server@4.12.2": + version "4.12.2" + resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.12.2.tgz#b777b07010fcfcf4192aae328cc5c18e7054eeb2" + integrity sha512-jKRlf+sBMMdKYrjMoiWKne42Eb6paBfDOr08KJnUaeaiyWFj+/040FjVPQI7YGLfdwnYIsl1NUUqS2UdgezJDg== dependencies: "@apollo/cache-control-types" "^1.0.3" "@apollo/server-gateway-interface" "^1.1.1" "@apollo/usage-reporting-protobuf" "^4.1.1" - "@apollo/utils.createhash" "^2.0.0" + "@apollo/utils.createhash" "^2.0.2" "@apollo/utils.fetcher" "^2.0.0" "@apollo/utils.isnodelike" "^2.0.0" "@apollo/utils.keyvaluecache" "^2.1.0" @@ -148,14 +138,12 @@ "@apollo/utils.usagereporting" "^2.1.0" "@apollo/utils.withrequired" "^2.0.0" "@graphql-tools/schema" "^9.0.0" - "@josephg/resolvable" "^1.0.0" "@types/express" "^4.17.13" "@types/express-serve-static-core" "^4.17.30" "@types/node-fetch" "^2.6.1" async-retry "^1.2.1" - body-parser "^1.20.0" cors "^2.8.5" - express "^4.17.1" + express "^4.21.1" loglevel "^1.6.8" lru-cache "^7.10.1" negotiator "^0.6.3" @@ -164,13 +152,13 @@ uuid "^9.0.0" whatwg-mimetype "^3.0.0" -"@apollo/subgraph@2.2.3": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.2.3.tgz#cef1fee9a705f52aac22a37a1d4f6c902c63c00e" - integrity sha512-y7SdZaDbRJXq6xQcwT5Xj/KR1RAV9cokKK0XcMIBGvXcUXdMVorFxX2pYGzxyiIM7y4qFsAF/L8+0G5dtrnkZw== +"@apollo/subgraph@2.11.2": + version "2.11.2" + resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.11.2.tgz#4d56b07999b69ce7a14f13fa1b1c17f932a037d2" + integrity sha512-S14osF5Zc8pd6lzeNtX1QHboMcQK5PXcN9EumZyRYBF0TRbnEFLF8Me9zMcfR3QP7GCiggjd6PA2IAaPC9uCSQ== dependencies: "@apollo/cache-control-types" "^1.0.2" - "@apollo/federation-internals" "^2.2.3" + "@apollo/federation-internals" "2.11.2" "@apollo/usage-reporting-protobuf@^4.1.0", "@apollo/usage-reporting-protobuf@^4.1.1": version "4.1.1" @@ -1598,7 +1586,7 @@ "@types/yargs" "^17.0.33" chalk "^4.1.2" -"@josephg/resolvable@^1.0.0", "@josephg/resolvable@^1.0.1": +"@josephg/resolvable@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.1.tgz#69bc4db754d79e1a2f17a650d3466e038d94a5eb" integrity sha512-CtzORUwWTTOTqfVtHaKRJ0I1kNQd1bpn3sUh8I3nJDVY+5/M/Oe1DnEWzPQvqq/xPIIkzzzIP7mfCoAjFRvDhg== @@ -3674,7 +3662,7 @@ bl@^4.0.3, bl@^4.1.0: inherits "^2.0.4" readable-stream "^3.4.0" -body-parser@1.20.3, body-parser@^1.20.0: +body-parser@1.20.3: version "1.20.3" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6" integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== @@ -5387,7 +5375,7 @@ express@5.1.0: type-is "^2.0.1" vary "^1.1.2" -express@^4.17.1: +express@^4.21.1: version "4.21.2" resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32" integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==