diff --git a/packages/apollo/package.json b/packages/apollo/package.json index f39bfae1a..8b2789c2a 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -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.6.3" + "tslib": "2.8.0" }, "peerDependencies": { "@apollo/gateway": "^2.0.0", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index a3e7203cf..00d4d2e31 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -29,7 +29,7 @@ "lodash": "4.17.21", "normalize-path": "3.0.0", "subscriptions-transport-ws": "0.11.0", - "tslib": "2.6.3", + "tslib": "2.8.0", "uuid": "9.0.1", "ws": "8.18.0" }, diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index 978b403a1..612d31013 100644 --- a/packages/mercurius/package.json +++ b/packages/mercurius/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/nestjs/graphql/issues" }, "dependencies": { - "tslib": "2.6.3" + "tslib": "2.8.0" }, "devDependencies": { "@mercuriusjs/federation": "3.0.0", diff --git a/yarn.lock b/yarn.lock index f81668c34..a293a4d75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11176,10 +11176,10 @@ tslib@2.6.2, tslib@^2.6.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tslib@2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" - integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== +tslib@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" + integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== tslib@^1.10.0, tslib@^1.9.3: version "1.14.1"