Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v10.4.11 (#3391)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent a578bdf commit 0b51eee
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@apollo/server-plugin-response-cache": "4.1.0",
"@apollo/subgraph": "2.2.3",
"@as-integrations/fastify": "2.1.1",
"@nestjs/common": "10.4.9",
"@nestjs/core": "10.4.9",
"@nestjs/platform-express": "10.4.9",
"@nestjs/platform-fastify": "10.4.9",
"@nestjs/testing": "10.4.9",
"@nestjs/common": "10.4.11",
"@nestjs/core": "10.4.11",
"@nestjs/platform-express": "10.4.11",
"@nestjs/platform-fastify": "10.4.11",
"@nestjs/testing": "10.4.11",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link-ws": "1.0.20"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@apollo/subgraph": "2.2.3",
"@nestjs/common": "10.4.9",
"@nestjs/core": "10.4.9",
"@nestjs/testing": "10.4.9",
"@nestjs/common": "10.4.11",
"@nestjs/core": "10.4.11",
"@nestjs/testing": "10.4.11",
"graphql": "16.9.0",
"reflect-metadata": "0.2.2",
"ts-morph": "24.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@mercuriusjs/federation": "3.0.0",
"@mercuriusjs/gateway": "3.0.1",
"@nestjs/common": "10.4.9",
"@nestjs/platform-fastify": "10.4.9",
"@nestjs/testing": "10.4.9",
"@nestjs/common": "10.4.11",
"@nestjs/platform-fastify": "10.4.11",
"@nestjs/testing": "10.4.11",
"fastify": "4.28.1",
"mercurius": "14.1.0",
"mercurius-integration-testing": "9.0.0"
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,19 +1477,19 @@
"@emnapi/runtime" "^1.1.0"
"@tybys/wasm-util" "^0.9.0"

"@nestjs/common@10.4.9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.4.9.tgz#addf28b78265b28debfb7d0e5ea2e826d7828bce"
integrity sha512-bVUIeCr22T3xxivzLEj54ouxt9vHnatapeM+DEdusz1X62kGiK9Q8c9AQDrIOAhv/wBXqvDXoaq2exGZ6WOnmA==
"@nestjs/common@10.4.11":
version "10.4.11"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.4.11.tgz#7cd1021561a1591e278c254daa06b2e1e7872c98"
integrity sha512-7MnKYckMsT/LGlwC0PCY8XZFWD84bxVwsPsn9H2RrLSbCCwUvcRb39ZkQt4uR+zKj2fq4TsV80+5DfjMwFvVdg==
dependencies:
uid "2.0.2"
iterare "1.2.1"
tslib "2.7.0"

"@nestjs/core@10.4.9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.9.tgz#a4299edaf76849d046093efb572c9da5eef7b22a"
integrity sha512-ZrbnK67U5T1296tmhxYSdsWkZjLe+MX7FGuRtSjkl02INIYA+4lfV+igZjGc+dyhWkkdvmIg3khSfwoBNjxLWg==
"@nestjs/core@10.4.11":
version "10.4.11"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.4.11.tgz#d71f57b62e8862ed1b9352baf75d7f39429bd007"
integrity sha512-S8wbxl08SZ2dgLRrIJNpesxI8ppn3y50XW3hH3HvKfUSjMEmCNIcGvge3WxJULiYkOUnmZ3ZqJAmKr2EjAGliA==
dependencies:
uid "2.0.2"
"@nuxtjs/opencollective" "0.3.2"
Expand All @@ -1503,21 +1503,21 @@
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-2.0.6.tgz#d2d8523709fd5d872a9b9e0c38162746e2a7f44e"
integrity sha512-84ze+CPfp1OWdpRi1/lOu59hOhTz38eVzJvRKrg9ykRFwDz+XleKfMsG0gUqNZYFa6v53XYzeD+xItt8uDW7NQ==

"@nestjs/platform-express@10.4.9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-10.4.9.tgz#6d208004976dfbc609c9e023e3c018509dbe6606"
integrity sha512-1nsIihF78W+u3pv8pVA75Zjs25w+yP0M/0jjMxL1BoCKEWCI4aL43kClP/C0csh6MvQjv67H1/AMAzs0rYbm9w==
"@nestjs/platform-express@10.4.11":
version "10.4.11"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-10.4.11.tgz#5c80ae93dda45c3bac146bc560e0307747661b9a"
integrity sha512-YjhoIOdCbpxy3p5Em2pqYsUY+5cpyocguCzMI91qh41/jTAUzBD25K+hAiMyENZXEkDyscoF8OajyZvWm1ihdQ==
dependencies:
body-parser "1.20.3"
cors "2.8.5"
express "4.21.1"
multer "1.4.4-lts.1"
tslib "2.7.0"

"@nestjs/platform-fastify@10.4.9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-10.4.9.tgz#3bb52aff585253da65c16ff26515c5dcb6bf737c"
integrity sha512-oW4BQMA+ImkKldJ2LsW0ommtJ/vdM8iGCoKBwlndgImTRFu9B0tGOaKudqlGjs9tv/blVbkrPefUbkYHyJ/BXA==
"@nestjs/platform-fastify@10.4.11":
version "10.4.11"
resolved "https://registry.yarnpkg.com/@nestjs/platform-fastify/-/platform-fastify-10.4.11.tgz#a445776c7919f62c5d088b61d3b2ed1b227c7d72"
integrity sha512-PDmQh8Bbn9DTD6KI/tie0YM6PClA8oPlNG8f07hC7xGtyl8JoNTJWW4DDC7dHjSaLl/EUYm1qMoV7VrW+/8w2w==
dependencies:
"@fastify/cors" "9.0.1"
"@fastify/formbody" "7.4.0"
Expand All @@ -1527,10 +1527,10 @@
path-to-regexp "3.3.0"
tslib "2.7.0"

"@nestjs/testing@10.4.9":
version "10.4.9"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.9.tgz#c826d9df6be6a573c12ac4ce135f9c5be1a57aff"
integrity sha512-+zkhjXluB3nnZgOjLoyjFQkpVUMqtsZhyVw8mlfxtOc6DHTtColhzX/iCQHGyTXQRIvBbBYmJc6qI+DKfOfLvg==
"@nestjs/testing@10.4.11":
version "10.4.11"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.11.tgz#30505132bf49869f44321b759a5f4b3b2ee4811f"
integrity sha512-jpZwVrPfOvjZxdYMHasHko38XD+yuGAGJBM3qFQlZRQkZ+mEa6AuXUcMXihXWehHw7DXTeYi7u2hA+HN/wBBbw==
dependencies:
tslib "2.7.0"

Expand Down

0 comments on commit 0b51eee

Please sign in to comment.