diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 7f15794d2..d6f72b709 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -26,7 +26,7 @@ "@apollo/server": "4.9.3", "@apollo/server-plugin-response-cache": "4.1.4", "@apollo/subgraph": "2.2.3", - "@as-integrations/fastify": "2.1.1", + "@as-integrations/fastify": "3.0.0", "@nestjs/common": "11.1.3", "@nestjs/core": "11.1.3", "@nestjs/platform-express": "11.1.3", @@ -46,7 +46,7 @@ "@apollo/gateway": "^2.0.0", "@apollo/server": "^4.11.3", "@apollo/subgraph": "^2.0.0", - "@as-integrations/fastify": "^2.1.1", + "@as-integrations/fastify": "^2.1.1 || ^3.0.0", "@nestjs/common": "^11.0.1", "@nestjs/core": "^11.0.1", "@nestjs/graphql": "^13.0.0", diff --git a/yarn.lock b/yarn.lock index c480567af..4fdfc052c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,12 +261,12 @@ dependencies: xss "^1.0.8" -"@as-integrations/fastify@2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@as-integrations/fastify/-/fastify-2.1.1.tgz#7662d7b39732fb3d1fc58bbe4ca599676ce1acb9" - integrity sha512-iupYSQyRrlBAdsDcCYzuKjJlJAKiQpRDLd33A6yAF3Ip/rGrSDDDrxfJWp6FqyVlivSL+MQkGIphmUI/ckfZkg== +"@as-integrations/fastify@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@as-integrations/fastify/-/fastify-3.0.0.tgz#923dc71ccaa2b27070668960e1a12d0780828560" + integrity sha512-UXJYMraDQKwCUjk5zKDb4GJnPzqKbn+sPOboNISZCinPAPQsTzuZiw1/VgJNfGRW4l+dI3C0DDM9PysYCG+MWg== dependencies: - fastify-plugin "^4.4.0" + fastify-plugin "^5.0.1" "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2": version "7.26.2" @@ -5536,12 +5536,7 @@ fast-uri@^3.0.0, fast-uri@^3.0.1: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.5.tgz#19f5f9691d0dab9b85861a7bb5d98fca961da9cd" integrity sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q== -fastify-plugin@^4.4.0: - version "4.5.1" - resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" - integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== - -fastify-plugin@^5.0.0: +fastify-plugin@^5.0.0, fastify-plugin@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f" integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==