Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 315a430 commit 7db85ad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"iterare": "1.2.1",
"tslib": "2.7.0",
"tslib": "2.8.1",
"uid": "2.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "3.3.0",
"tslib": "2.7.0",
"tslib": "2.8.1",
"uid": "2.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"iterare": "1.2.1",
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cors": "2.8.5",
"express": "4.21.1",
"multer": "1.4.4-lts.1",
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"fastify": "4.28.1",
"light-my-request": "6.3.0",
"path-to-regexp": "3.3.0",
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"peerDependencies": {
"@fastify/static": "^6.0.0 || ^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"socket.io": "4.8.1",
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"tslib": "2.7.0",
"tslib": "2.8.1",
"ws": "8.18.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"iterare": "1.2.1",
"object-hash": "3.0.0",
"tslib": "2.7.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.11",
Expand Down

0 comments on commit 7db85ad

Please sign in to comment.