Skip to content

Commit

Permalink
Update @nestjs/microservices to version 10.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 24, 2024
1 parent 31322bd commit b9eb14c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "^9.4.3",
"@nestjs/microservices": "^9.4.3",
"@nestjs/microservices": "^10.4.4",
"@nestjs/platform-fastify": "^9.4.3",
"@nestjs/terminus": "^9.1.1",
"@willsoto/nestjs-prometheus": "^5.5.1",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@
path-to-regexp "3.2.0"
tslib "2.5.3"

"@nestjs/microservices@^9.4.3":
version "9.4.3"
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-9.4.3.tgz#3587184ef65e9943e7506c02a87e137871088f4f"
integrity sha512-piMw8d3C4ppc5St5AhQEtecMhyeBK2Q1VYk4AL3NKtG6U0fzz/6KLiETpWdKXmazeI/m7qac2upOvwmRzle0aA==
"@nestjs/microservices@^10.4.4":
version "10.4.4"
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-10.4.4.tgz#4579b8ef397adc8c647d6ed26a3b83cbefc72b2a"
integrity sha512-OyNyYLBpcXx/ITD+UyEQAmfSApQPqClXcVT+UjEymiTdZwkhNNCG6Fh2jRnCK6n620FvgAnKYRY8GG+2Lo+gbw==
dependencies:
iterare "1.2.1"
tslib "2.5.3"
tslib "2.7.0"

"@nestjs/platform-fastify@^9.4.3":
version "9.4.3"
Expand Down Expand Up @@ -3356,6 +3356,11 @@ tslib@2.5.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

tslib@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit b9eb14c

Please sign in to comment.