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 12, 2024
1 parent 2429c07 commit 05b1933
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.8.0"
"tslib": "2.8.1"
},
"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.8.0",
"tslib": "2.8.1",
"uuid": "10.0.0",
"ws": "8.18.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.8.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@mercuriusjs/federation": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10377,10 +10377,10 @@ tslib@2.7.0, tslib@^2.0.1, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.
resolved "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

tslib@2.8.0:
version "2.8.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz"
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
tslib@2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

tslib@^1.10.0, tslib@^1.9.3:
version "1.14.1"
Expand Down

0 comments on commit 05b1933

Please sign in to comment.