Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nestjs-asyncapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@nestjs/cli": "11.0.16",
"@nestjs/microservices": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"@nestjs/platform-fastify": "11.1.14",
"@nestjs/platform-fastify": "11.1.16",
"@nestjs/platform-socket.io": "11.1.14",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.14",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ __metadata:
"@nestjs/core": "npm:^11.1.14"
"@nestjs/microservices": "npm:11.1.14"
"@nestjs/platform-express": "npm:11.1.14"
"@nestjs/platform-fastify": "npm:11.1.14"
"@nestjs/platform-fastify": "npm:11.1.16"
"@nestjs/platform-socket.io": "npm:11.1.14"
"@nestjs/schematics": "npm:11.0.9"
"@nestjs/swagger": "npm:^11.2.6"
Expand Down Expand Up @@ -3786,16 +3786,16 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/platform-fastify@npm:11.1.14":
version: 11.1.14
resolution: "@nestjs/platform-fastify@npm:11.1.14"
"@nestjs/platform-fastify@npm:11.1.16":
version: 11.1.16
resolution: "@nestjs/platform-fastify@npm:11.1.16"
dependencies:
"@fastify/cors": "npm:11.2.0"
"@fastify/formbody": "npm:8.0.2"
fast-querystring: "npm:1.1.2"
fastify: "npm:5.7.4"
fastify-plugin: "npm:5.1.0"
find-my-way: "npm:9.4.0"
find-my-way: "npm:9.5.0"
light-my-request: "npm:6.6.0"
path-to-regexp: "npm:8.3.0"
reusify: "npm:1.1.0"
Expand All @@ -3810,7 +3810,7 @@ __metadata:
optional: true
"@fastify/view":
optional: true
checksum: 10/356d6507057008c651db2f74b9c7e23f05361e36bb9dcbee5500789757a0a57d2420a3cce82c62213dfe593b5379ba5b46e918d53e0caa3f4f60c397bd9d6cac
checksum: 10/c5b05fd471af31fef5fc6a56d9d18c47399fc8bc278afd3be62b497a9bee5c3ffc1efdeee1d71cf6d399c1728d66404d72eb1589b1e621402a3c7656ef818b14
languageName: node
linkType: hard

Expand Down Expand Up @@ -9532,14 +9532,14 @@ __metadata:
languageName: node
linkType: hard

"find-my-way@npm:9.4.0":
version: 9.4.0
resolution: "find-my-way@npm:9.4.0"
"find-my-way@npm:9.5.0":
version: 9.5.0
resolution: "find-my-way@npm:9.5.0"
dependencies:
fast-deep-equal: "npm:^3.1.3"
fast-querystring: "npm:^1.0.0"
safe-regex2: "npm:^5.0.0"
checksum: 10/bddbf51f8ede0e4240c227184d232b2879b269a22262179c7ded2d18d4f856390615b236f0ec9b492817e89b7935db7da2c967d217bc13fa7e9c00169e460f23
checksum: 10/c22e24888576a7d7a9a681ecae8d3d24f372a372892b31fb94772c2a7e4474a27be11aa6c36e022221763c4d7f6df4d853d6132812d121501f8fe0c6075733e4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9585,9 +9585,9 @@ __metadata:
linkType: hard

"flatted@npm:^3.2.9":
version: 3.3.3
resolution: "flatted@npm:3.3.3"
checksum: 10/8c96c02fbeadcf4e8ffd0fa24983241e27698b0781295622591fc13585e2f226609d95e422bcf2ef044146ffacb6b68b1f20871454eddf75ab3caa6ee5f4a1fe
version: 3.4.2
resolution: "flatted@npm:3.4.2"
checksum: 10/a9e78fe5c2c1fcd98209a015ccee3a6caa953e01729778e83c1fe92e68601a63e1e69cd4e573010ca99eaf585a581b80ccf1018b99283e6cbc2117bcba1e030f
languageName: node
linkType: hard

Expand Down Expand Up @@ -15363,13 +15363,13 @@ __metadata:
linkType: hard

"simple-git@npm:^3.3.0":
version: 3.28.0
resolution: "simple-git@npm:3.28.0"
version: 3.33.0
resolution: "simple-git@npm:3.33.0"
dependencies:
"@kwsites/file-exists": "npm:^1.1.1"
"@kwsites/promise-deferred": "npm:^1.1.1"
debug: "npm:^4.4.0"
checksum: 10/2582e6c1c50db8aa0b7d07ed0f0f86eb4ea647e6b33d1596cf44e509c7b658372da9db1dcbea626e7d71e30e8d826a84410bbc73c5d1066f2526724a31836f81
checksum: 10/5175133df68053f52db3c160e060939ec6584409378e89cc5e57f60a00739a507a99a7dbcec0401925fdfdca9c9c60ec6ef84d9669e815d0806f4c18bf7aa820
languageName: node
linkType: hard

Expand Down
Loading