Skip to content

Commit

Permalink
Merge pull request #2850 from nestjs/renovate/tslib-2.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency tslib to v2.5.3
  • Loading branch information
kamilmysliwiec authored Jun 13, 2023
2 parents d5a6d4b + f4d50f4 commit 71a1baf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.0",
"iterall": "1.3.0",
"lodash.omit": "4.5.0",
"tslib": "2.5.2"
"tslib": "2.5.3"
},
"peerDependencies": {
"@apollo/gateway": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lodash": "4.17.21",
"normalize-path": "3.0.0",
"subscriptions-transport-ws": "0.11.0",
"tslib": "2.5.2",
"tslib": "2.5.3",
"uuid": "9.0.0",
"ws": "8.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/nestjs/graphql/issues"
},
"dependencies": {
"tslib": "2.5.2"
"tslib": "2.5.3"
},
"devDependencies": {
"@mercuriusjs/federation": "^2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10414,6 +10414,11 @@ tslib@2.5.2:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==

tslib@2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

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

0 comments on commit 71a1baf

Please sign in to comment.