Skip to content

Commit

Permalink
chore(deps): bump tslib from 2.6.1 to 2.6.2
Browse files Browse the repository at this point in the history
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2023
1 parent 3b78e85 commit 343fd58
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"socket.io": "4.7.2",
"tslib": "2.6.1",
"tslib": "2.6.2",
"uid": "2.0.2",
"uuid": "9.0.0"
},
Expand Down
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.6.1",
"tslib": "2.6.2",
"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.2.0",
"tslib": "2.6.1",
"tslib": "2.6.2",
"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.6.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@nestjs/common": "10.2.0",
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.18.2",
"multer": "1.4.4-lts.1",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@nestjs/common": "10.2.0",
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.21.0",
"light-my-request": "5.10.0",
"path-to-regexp": "3.2.0",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"peerDependencies": {
"@fastify/static": "^6.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.7.2",
"tslib": "2.6.1"
"tslib": "2.6.2"
},
"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.6.1",
"tslib": "2.6.2",
"ws": "8.13.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.6.1"
"tslib": "2.6.2"
},
"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.6.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@nestjs/common": "10.2.0",
Expand Down

0 comments on commit 343fd58

Please sign in to comment.