Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2022
1 parent 581ba5a commit bb38f32
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 32 deletions.
104 changes: 87 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"reflect-metadata": "0.1.13",
"rxjs": "7.5.5",
"socket.io": "4.4.1",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down Expand Up @@ -112,7 +112,7 @@
"commitlint-circle": "1.0.0",
"concurrently": "7.1.0",
"conventional-changelog": "3.1.25",
"core-js": "3.21.1",
"core-js": "3.22.4",
"coveralls": "3.1.1",
"delete-empty": "3.0.0",
"engine.io-client": "6.1.1",
Expand All @@ -121,7 +121,7 @@
"eslint-plugin-import": "2.26.0",
"eventsource": "2.0.0",
"fancy-log": "2.0.0",
"fastify": "3.28.0",
"fastify": "3.29.0",
"fastify-cors": "6.0.3",
"fastify-formbody": "5.2.0",
"fastify-multipart": "5.3.1",
Expand All @@ -141,7 +141,7 @@
"kafkajs": "1.16.0",
"lerna": "3.0.0",
"lerna-changelog": "2.2.0",
"light-my-request": "4.9.0",
"light-my-request": "4.10.1",
"lint-staged": "12.3.7",
"markdown-table": "2.0.0",
"merge-graphql-schemas": "1.7.8",
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 @@
"dependencies": {
"axios": "0.26.1",
"iterare": "1.2.1",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.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 @@
"iterare": "1.2.1",
"object-hash": "3.0.0",
"path-to-regexp": "3.2.0",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.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",
"json-socket": "0.3.0",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"devDependencies": {
"@nestjs/common": "8.4.4",
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 @@ -21,7 +21,7 @@
"cors": "2.8.5",
"express": "4.17.3",
"multer": "1.4.4",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"devDependencies": {
"@nestjs/common": "8.4.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"access": "public"
},
"dependencies": {
"fastify": "3.28.0",
"fastify": "3.29.0",
"fastify-cors": "6.0.3",
"fastify-formbody": "5.2.0",
"light-my-request": "4.9.0",
"light-my-request": "4.10.1",
"middie": "6.0.0",
"path-to-regexp": "3.2.0",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.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 @@ -18,7 +18,7 @@
},
"dependencies": {
"socket.io": "4.4.1",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.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 @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"tslib": "2.3.1",
"tslib": "2.4.0",
"ws": "7.5.6"
},
"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 @@
},
"dependencies": {
"optional": "0.1.4",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.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 @@ -14,7 +14,7 @@
"dependencies": {
"iterare": "1.2.1",
"object-hash": "3.0.0",
"tslib": "2.3.1"
"tslib": "2.4.0"
},
"devDependencies": {
"@nestjs/common": "8.4.4",
Expand Down

0 comments on commit bb38f32

Please sign in to comment.