diff --git a/packages/apollo/package.json b/packages/apollo/package.json index 3de5f3817..56cc84715 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.2" + "tslib": "2.6.3" }, "peerDependencies": { "@apollo/gateway": "^2.0.0", diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 772ef9f19..a9bd67459 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.2", + "tslib": "2.6.3", "uuid": "9.0.1", "ws": "8.17.1" }, diff --git a/packages/mercurius/package.json b/packages/mercurius/package.json index c446efca5..d698f3b38 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.2" + "tslib": "2.6.3" }, "devDependencies": { "@mercuriusjs/federation": "3.0.0", diff --git a/yarn.lock b/yarn.lock index cf7ae5bf2..bdef36e99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10711,6 +10711,11 @@ 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@^1.10.0, tslib@^1.9.3: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"