Skip to content

Commit

Permalink
Update all of nestjs to version 10.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jul 8, 2024
1 parent 10ceb1f commit d962e63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"homepage": "https://github.com/ps2alerts/aggregator#readme",
"dependencies": {
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.4.3",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "^9.4.3",
"@nestjs/core": "^10.3.10",
"@nestjs/microservices": "^9.4.3",
"@nestjs/platform-fastify": "^9.4.3",
"@nestjs/terminus": "^9.1.1",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@
webpack "5.79.0"
webpack-node-externals "3.0.0"

"@nestjs/common@^9.4.3":
version "9.4.3"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.4.3.tgz#f907c5315b4273f7675864a05c4dda7056632b87"
integrity sha512-Gd6D4IaYj01o14Bwv81ukidn4w3bPHCblMUq+SmUmWLyosK+XQmInCS09SbDDZyL8jy86PngtBLTdhJ2bXSUig==
"@nestjs/common@^10.3.10":
version "10.3.10"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.3.10.tgz#d8825d55a50a04e33080c9188e6a5b03235d19f2"
integrity sha512-H8k0jZtxk1IdtErGDmxFRy0PfcOAUg41Prrqpx76DQusGGJjsaovs1zjXVD1rZWaVYchfT1uczJ6L4Kio10VNg==
dependencies:
uid "2.0.2"
iterare "1.2.1"
tslib "2.5.3"
tslib "2.6.3"

"@nestjs/config@^2.3.2":
version "2.3.2"
Expand All @@ -330,17 +330,17 @@
lodash "4.17.21"
uuid "9.0.0"

"@nestjs/core@^9.4.3":
version "9.4.3"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.4.3.tgz#7d6d3417e18c0a598684b87c955e4caac4f56dd4"
integrity sha512-Qi63+wi55Jh4sDyaj5Hhx2jOpKqT386aeo+VOKsxnd+Ql9VvkO/FjmuwBGUyzkJt29ENYc+P0Sx/k5LtstNpPQ==
"@nestjs/core@^10.3.10":
version "10.3.10"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-10.3.10.tgz#508090c3ca36488a8e24a9e5939c2f37426e48f4"
integrity sha512-ZbQ4jovQyzHtCGCrzK5NdtW1SYO2fHSsgSY1+/9WdruYCUra+JDkWEXgZ4M3Hv480Dl3OXehAmY1wCOojeMyMQ==
dependencies:
uid "2.0.2"
"@nuxtjs/opencollective" "0.3.2"
fast-safe-stringify "2.1.1"
iterare "1.2.1"
path-to-regexp "3.2.0"
tslib "2.5.3"
tslib "2.6.3"

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

tslib@2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

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 d962e63

Please sign in to comment.