From d46eed66366df7234dd22271a6184e4b68f7d5e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:13:33 +0000 Subject: [PATCH] chore(deps): update nest monorepo to v11.1.27 --- packages/apollo/package.json | 10 +++--- packages/graphql/package.json | 6 ++-- packages/mercurius/package.json | 6 ++-- yarn.lock | 63 ++++++++++++++++----------------- 4 files changed, 41 insertions(+), 44 deletions(-) diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 1e0255ef4..f8f0278a1 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -37,11 +37,11 @@ "@apollo/subgraph": "2.11.2", "@as-integrations/express5": "^1.1.2", "@as-integrations/fastify": "3.1.0", - "@nestjs/common": "11.1.22", - "@nestjs/core": "11.1.22", - "@nestjs/platform-express": "11.1.22", - "@nestjs/platform-fastify": "11.1.24", - "@nestjs/testing": "11.1.22", + "@nestjs/common": "11.1.27", + "@nestjs/core": "11.1.27", + "@nestjs/platform-express": "11.1.27", + "@nestjs/platform-fastify": "11.1.27", + "@nestjs/testing": "11.1.27", "apollo-cache-inmemory": "1.6.6", "apollo-client": "2.6.10", "apollo-link-ws": "1.0.20" diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 8a69c466b..1c6a6985b 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -59,9 +59,9 @@ }, "devDependencies": { "@apollo/subgraph": "2.2.3", - "@nestjs/common": "11.1.22", - "@nestjs/core": "11.1.22", - "@nestjs/testing": "11.1.22", + "@nestjs/common": "11.1.27", + "@nestjs/core": "11.1.27", + "@nestjs/testing": "11.1.27", "graphql": "16.14.0", "reflect-metadata": "0.2.2", "ts-morph": "28.0.0" diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index 173aa804a..44d3d45e2 100644 --- a/packages/mercurius/package.json +++ b/packages/mercurius/package.json @@ -38,9 +38,9 @@ "devDependencies": { "@mercuriusjs/federation": "5.1.1", "@mercuriusjs/gateway": "5.2.0", - "@nestjs/common": "11.1.22", - "@nestjs/platform-fastify": "11.1.24", - "@nestjs/testing": "11.1.22", + "@nestjs/common": "11.1.27", + "@nestjs/platform-fastify": "11.1.27", + "@nestjs/testing": "11.1.27", "fastify": "5.9.0", "mercurius": "16.9.0", "mercurius-integration-testing": "9.0.1" diff --git a/yarn.lock b/yarn.lock index bd26631ce..fe2d25efd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1170,10 +1170,10 @@ dependencies: "@tybys/wasm-util" "^0.10.2" -"@nestjs/common@11.1.22": - version "11.1.22" - resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-11.1.22.tgz#f463ee3c6e3e05e0b85894d8f69269b7de5d7a8d" - integrity sha512-mPNshGpl41vTtXoaOYzSZLiZAL9C08T+o/7DdtgATNPTFm6h1+UTg+mJo5ne3sDhqNx65y7gVGWVph/fbB9Hkw== +"@nestjs/common@11.1.27": + version "11.1.27" + resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-11.1.27.tgz#30099df1bd4f9e7572095f8f8ca785ce1b0d9bd3" + integrity sha512-kEGSzqM2lWr4whh4Ubflw+oPZSEzxvRMu9WL+LveZploJWTjec5bBlCiRVlVzTPg2kIwBiLwWSvCCW7Wnin1gg== dependencies: uid "2.0.2" file-type "21.3.4" @@ -1181,13 +1181,12 @@ load-esm "1.0.3" tslib "2.8.1" -"@nestjs/core@11.1.22": - version "11.1.22" - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.22.tgz#7b6f26250f0a77d273ea83438cc03ae8764b7b55" - integrity sha512-Wy0KSQTeWiq+GZZQ3rnhSamqRztRBLWPWNeOlyIup7oVX5gnf+9ZyM8TUjUjy6chITomuNHVpHC6SH5WSb5hgg== +"@nestjs/core@11.1.27": + version "11.1.27" + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.27.tgz#c94ffa34da8e24e04e9eb2a492d235265c2addc0" + integrity sha512-K6DX7hcqmZdeXkv7tsPakKBRCgqL19a4mtbX4FluY0hWtFdtPKp6lbe+lb8gWPfvLdbOWr/CPScn7BSjBX+Ecg== dependencies: uid "2.0.2" - "@nuxt/opencollective" "0.4.1" fast-safe-stringify "2.1.1" iterare "1.2.1" path-to-regexp "8.4.2" @@ -1198,10 +1197,10 @@ resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.1.1.tgz#9530ac3250ab433ba6ef831e9dd5d483f5fc8144" integrity sha512-SCCoMEJ6jdeI5h/N+KCVF1+pmg/hmEkNA5nHTS8Gvww7T/LCl4o1gFLinw2iQ60w7slFkszHcGLKGdazVI4F8A== -"@nestjs/platform-express@11.1.22": - version "11.1.22" - resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.1.22.tgz#025c6b38c2dbc689db38bedab1e01443803fb890" - integrity sha512-M0hMvQpPjfuMmhIvcZ/XJJb1rAr8sNfDCS3b+QMOxquUWFZSNAONtTSm0L+5I4WqVaG3RWRewhp78Kvc0u1tmw== +"@nestjs/platform-express@11.1.27": + version "11.1.27" + resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-11.1.27.tgz#a1a7bc8516ee6acd0ba5ee3eb414608779f40c9e" + integrity sha512-0ZFhz6H6EdGh4xQVbUNwjoAwBuz73P7FvUAl67h9CTdMqQlJDaQYJApBv8pKfVZ1fGjMCbl0m9DcC6pXaZPWSQ== dependencies: cors "2.8.6" express "5.2.1" @@ -1209,26 +1208,26 @@ path-to-regexp "8.4.2" tslib "2.8.1" -"@nestjs/platform-fastify@11.1.24": - version "11.1.24" - resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-11.1.24.tgz#ffedcb93ccebb5db8fee0be419d236b9e36851e5" - integrity sha512-AJAVZZKCLQcDkQipD+NfrmV69DoQRNnrE+EB0VBS7FEZRjsnNmkmZFDFnhl/JWgzm6rjxsI3Qdaj/0+VlgbfSg== +"@nestjs/platform-fastify@11.1.27": + version "11.1.27" + resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-11.1.27.tgz#b6dabfbcc66657541c95e3b1a61c5d1750cf36aa" + integrity sha512-rZMPS0RMP9P2O7Y/shAP0kKwrHElGO9cPTlgtdWpQ6JEX58uhYEJLGsU/X9a9l18DNSxxb3YjrEiVVuI2Iv6MA== dependencies: "@fastify/cors" "11.2.0" "@fastify/formbody" "8.0.2" fast-querystring "1.1.2" fastify "5.8.5" - fastify-plugin "5.1.0" + fastify-plugin "6.0.0" find-my-way "9.6.0" light-my-request "6.6.0" path-to-regexp "8.4.2" reusify "1.1.0" tslib "2.8.1" -"@nestjs/testing@11.1.22": - version "11.1.22" - resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-11.1.22.tgz#e2084e5eecfdd7b87573dd69a47ce39b2d479e09" - integrity sha512-7PpjjmfhRpAlGwDp83f+bMXdSUDYlaQfcd5mLQUFUanzV6qBnMG+5By061xYJIpDc1L/TCgeZVz3YQWzvSATfg== +"@nestjs/testing@11.1.27": + version "11.1.27" + resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-11.1.27.tgz#1aeb3535d8965753b42e9d931848456f70f51e5d" + integrity sha512-I35po13UHZZeGenLWJ3QYwh77RsLau5RcFKWBZ4waVHeARpwjtC7v7n7lGh98swLQdGmZgTnbvKaZ0B5dsUIKA== dependencies: tslib "2.8.1" @@ -1510,13 +1509,6 @@ proc-log "^5.0.0" which "^5.0.0" -"@nuxt/opencollective@0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@nuxt/opencollective/-/opencollective-0.4.1.tgz#57bc41d2b03b2fba20b935c15950ac0f4bd2cea2" - integrity sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ== - dependencies: - consola "^3.2.3" - "@nx/devkit@>=21.5.2 < 23.0.0": version "22.0.3" resolved "https://registry.yarnpkg.com/@nx/devkit/-/devkit-22.0.3.tgz#1a0a29cc4a831d333e8af6260d480c5f125cb1c4" @@ -4179,16 +4171,21 @@ fast-wrap-ansi@^0.2.0: dependencies: fast-string-width "^3.0.2" -fastify-plugin@5.1.0, fastify-plugin@^5.0.1, fastify-plugin@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.1.0.tgz#7083e039d6418415f9a669f8c25e72fc5bf2d3e7" - integrity sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw== +fastify-plugin@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-6.0.0.tgz#7cd659c6aad5f3bf07b4c59205412351a47d39c8" + integrity sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg== fastify-plugin@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz#82d44e6fe34d1420bb5a4f7bee434d501e41939f" integrity sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ== +fastify-plugin@^5.0.1, fastify-plugin@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.1.0.tgz#7083e039d6418415f9a669f8c25e72fc5bf2d3e7" + integrity sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw== + fastify@5.8.5: version "5.8.5" resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.5.tgz#c452224295e0ca550bcd0efc3f7d3e90e9c11955"