Skip to content

Commit d9095f5

Browse files
chore(deps): update nest monorepo to v11.0.13 (#3536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a47c46d commit d9095f5

File tree

4 files changed

+157
-187
lines changed

4 files changed

+157
-187
lines changed

packages/apollo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@apollo/server-plugin-response-cache": "4.1.4",
2828
"@apollo/subgraph": "2.2.3",
2929
"@as-integrations/fastify": "2.1.1",
30-
"@nestjs/common": "11.0.12",
31-
"@nestjs/core": "11.0.12",
32-
"@nestjs/platform-express": "11.0.12",
33-
"@nestjs/platform-fastify": "11.0.12",
34-
"@nestjs/testing": "11.0.12",
30+
"@nestjs/common": "11.0.13",
31+
"@nestjs/core": "11.0.13",
32+
"@nestjs/platform-express": "11.0.13",
33+
"@nestjs/platform-fastify": "11.0.13",
34+
"@nestjs/testing": "11.0.13",
3535
"apollo-cache-inmemory": "1.6.6",
3636
"apollo-client": "2.6.10",
3737
"apollo-link-ws": "1.0.20"

packages/graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
},
3535
"devDependencies": {
3636
"@apollo/subgraph": "2.2.3",
37-
"@nestjs/common": "11.0.12",
38-
"@nestjs/core": "11.0.12",
39-
"@nestjs/testing": "11.0.12",
37+
"@nestjs/common": "11.0.13",
38+
"@nestjs/core": "11.0.13",
39+
"@nestjs/testing": "11.0.13",
4040
"graphql": "16.10.0",
4141
"reflect-metadata": "0.2.2",
4242
"ts-morph": "25.0.1"

packages/mercurius/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"devDependencies": {
3030
"@mercuriusjs/federation": "5.0.0",
3131
"@mercuriusjs/gateway": "5.0.0",
32-
"@nestjs/common": "11.0.12",
33-
"@nestjs/platform-fastify": "11.0.12",
34-
"@nestjs/testing": "11.0.12",
32+
"@nestjs/common": "11.0.13",
33+
"@nestjs/platform-fastify": "11.0.13",
34+
"@nestjs/testing": "11.0.13",
3535
"fastify": "5.2.2",
3636
"mercurius": "16.1.0",
3737
"mercurius-integration-testing": "9.0.1"

0 commit comments

Comments
 (0)