From 05df00d332a89d0e0785e89a774347f0cfb8304c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:01:57 +0000 Subject: [PATCH] chore: bump tslib from 2.6.3 to 2.7.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nodes/barcode/package.json | 2 +- nodes/channable/package.json | 2 +- nodes/clockify-enhanced/package.json | 2 +- nodes/cronhooks/package.json | 2 +- nodes/fulfillmenttools/package.json | 2 +- nodes/google-enhanced/package.json | 2 +- nodes/kaufland-marketplace/package.json | 2 +- nodes/moco/package.json | 2 +- nodes/otto-market/package.json | 2 +- nodes/sentry-io-enhanced/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 496 ++++++++++++------------ 12 files changed, 259 insertions(+), 259 deletions(-) diff --git a/nodes/barcode/package.json b/nodes/barcode/package.json index c85d3016..c9b563f9 100644 --- a/nodes/barcode/package.json +++ b/nodes/barcode/package.json @@ -30,7 +30,7 @@ "dependencies": { "canvas": "^2.11.2", "jsbarcode": "^3.11.5", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/channable/package.json b/nodes/channable/package.json index a595e68f..fbf9ea8b 100644 --- a/nodes/channable/package.json +++ b/nodes/channable/package.json @@ -31,7 +31,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/clockify-enhanced/package.json b/nodes/clockify-enhanced/package.json index c6f9bf49..8db44ce8 100644 --- a/nodes/clockify-enhanced/package.json +++ b/nodes/clockify-enhanced/package.json @@ -30,7 +30,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-nodes-base": "1.55.0", diff --git a/nodes/cronhooks/package.json b/nodes/cronhooks/package.json index e75fa6cc..82b9888a 100644 --- a/nodes/cronhooks/package.json +++ b/nodes/cronhooks/package.json @@ -31,7 +31,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/fulfillmenttools/package.json b/nodes/fulfillmenttools/package.json index 12471476..fd436d11 100644 --- a/nodes/fulfillmenttools/package.json +++ b/nodes/fulfillmenttools/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/google-enhanced/package.json b/nodes/google-enhanced/package.json index 8ab6833d..8ec96a58 100644 --- a/nodes/google-enhanced/package.json +++ b/nodes/google-enhanced/package.json @@ -33,7 +33,7 @@ "form-data": "^4.0.0", "jsonwebtoken": "^9.0.2", "moment-timezone": "^0.5.45", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-nodes-base": "1.55.0", diff --git a/nodes/kaufland-marketplace/package.json b/nodes/kaufland-marketplace/package.json index 9755feeb..338c4284 100644 --- a/nodes/kaufland-marketplace/package.json +++ b/nodes/kaufland-marketplace/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/moco/package.json b/nodes/moco/package.json index 3d1aab4f..ca01b901 100644 --- a/nodes/moco/package.json +++ b/nodes/moco/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "moment-timezone": "^0.5.45", - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/otto-market/package.json b/nodes/otto-market/package.json index 5569a585..030b5f93 100644 --- a/nodes/otto-market/package.json +++ b/nodes/otto-market/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/nodes/sentry-io-enhanced/package.json b/nodes/sentry-io-enhanced/package.json index 96f6bed8..3cfbd350 100644 --- a/nodes/sentry-io-enhanced/package.json +++ b/nodes/sentry-io-enhanced/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "tslib": "^2.6.2" + "tslib": "^2.7.0" }, "peerDependencies": { "n8n-workflow": "1.54.0" diff --git a/package.json b/package.json index 01d31dda..3cbe8848 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/skriptfabrik/n8n-nodes/issues" }, "dependencies": { - "tslib": "^2.6.3" + "tslib": "^2.7.0" }, "devDependencies": { "@commitlint/cli": "^19.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e00dc7c8..cc09bb73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: tslib: - specifier: ^2.6.3 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 devDependencies: '@commitlint/cli': specifier: ^19.4.0 @@ -110,7 +110,7 @@ importers: version: 0.5.45 n8n: specifier: 1.55.3 - version: 1.55.3(@aws-crypto/sha256-js@5.2.0)(@aws-sdk/client-s3@3.606.0)(@azure/storage-blob@12.23.0)(@google-cloud/storage@6.12.0(encoding@0.1.13))(@smithy/eventstream-codec@2.2.0)(@smithy/protocol-http@3.3.0)(@smithy/signature-v4@2.3.0)(@smithy/util-utf8@2.3.0)(@supabase/postgrest-js@1.15.2)(asn1.js@5.4.1)(canvas@2.11.2(encoding@0.1.13))(chokidar@3.5.2)(crypto-js@4.2.0)(date-fns@3.6.0)(encoding@0.1.13)(fast-xml-parser@4.4.0)(gcp-metadata@5.3.0(encoding@0.1.13))(google-auth-library@9.11.0(encoding@0.1.13))(ignore@5.3.1)(mssql@10.0.2)(promise-ftp-common@1.1.5)(redis@4.6.12)(socks@2.8.3)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4))(ts-toolbelt@9.6.0)(tslib@2.6.3)(typescript@5.5.4) + version: 1.55.3(@aws-crypto/sha256-js@5.2.0)(@aws-sdk/client-s3@3.606.0)(@azure/storage-blob@12.23.0)(@google-cloud/storage@6.12.0(encoding@0.1.13))(@smithy/eventstream-codec@2.2.0)(@smithy/protocol-http@3.3.0)(@smithy/signature-v4@2.3.0)(@smithy/util-utf8@2.3.0)(@supabase/postgrest-js@1.15.2)(asn1.js@5.4.1)(canvas@2.11.2(encoding@0.1.13))(chokidar@3.5.2)(crypto-js@4.2.0)(date-fns@3.6.0)(encoding@0.1.13)(fast-xml-parser@4.4.0)(gcp-metadata@5.3.0(encoding@0.1.13))(google-auth-library@9.11.0(encoding@0.1.13))(ignore@5.3.1)(mssql@10.0.2)(promise-ftp-common@1.1.5)(redis@4.6.12)(socks@2.8.3)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4))(ts-toolbelt@9.6.0)(tslib@2.7.0)(typescript@5.5.4) n8n-nodes-base: specifier: 1.55.0 version: 1.55.0(asn1.js@5.4.1)(date-fns@3.6.0)(encoding@0.1.13)(gcp-metadata@5.3.0(encoding@0.1.13))(promise-ftp-common@1.1.5)(socks@2.8.3)(zod@3.23.8) @@ -151,8 +151,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/channable: dependencies: @@ -160,8 +160,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/clockify-enhanced: dependencies: @@ -172,8 +172,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/cronhooks: dependencies: @@ -181,8 +181,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/fulfillmenttools: dependencies: @@ -190,8 +190,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/google-enhanced: dependencies: @@ -211,8 +211,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/kaufland-marketplace: dependencies: @@ -220,8 +220,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/moco: dependencies: @@ -232,8 +232,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/otto-market: dependencies: @@ -241,8 +241,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 nodes/sentry-io-enhanced: dependencies: @@ -250,8 +250,8 @@ importers: specifier: 1.54.0 version: 1.54.0 tslib: - specifier: ^2.6.2 - version: 2.6.3 + specifier: ^2.7.0 + version: 2.7.0 packages: @@ -8391,8 +8391,8 @@ packages: tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + tslib@2.7.0: + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} @@ -8965,13 +8965,13 @@ snapshots: dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.598.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/crc32c@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.598.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/ie11-detection@3.0.0': dependencies: @@ -8984,7 +8984,7 @@ snapshots: '@aws-sdk/types': 3.598.0 '@aws-sdk/util-locate-window': 3.568.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/sha256-browser@3.0.0': dependencies: @@ -9005,7 +9005,7 @@ snapshots: '@aws-sdk/types': 3.598.0 '@aws-sdk/util-locate-window': 3.568.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/sha256-js@3.0.0': dependencies: @@ -9017,7 +9017,7 @@ snapshots: dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.598.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/supports-web-crypto@3.0.0': dependencies: @@ -9025,7 +9025,7 @@ snapshots: '@aws-crypto/supports-web-crypto@5.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-crypto/util@3.0.0': dependencies: @@ -9037,7 +9037,7 @@ snapshots: dependencies: '@aws-sdk/types': 3.598.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/client-bedrock-runtime@3.535.0': dependencies: @@ -9084,7 +9084,7 @@ snapshots: '@smithy/util-retry': 2.2.0 '@smithy/util-stream': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9147,7 +9147,7 @@ snapshots: '@smithy/util-stream': 3.0.5 '@smithy/util-utf8': 3.0.0 '@smithy/util-waiter': 3.1.2 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9192,7 +9192,7 @@ snapshots: '@smithy/util-middleware': 2.2.0 '@smithy/util-retry': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9237,7 +9237,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9280,7 +9280,7 @@ snapshots: '@smithy/util-middleware': 2.2.0 '@smithy/util-retry': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9323,7 +9323,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9367,7 +9367,7 @@ snapshots: '@smithy/util-middleware': 2.2.0 '@smithy/util-retry': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9412,7 +9412,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9424,7 +9424,7 @@ snapshots: '@smithy/smithy-client': 2.5.1 '@smithy/types': 2.12.0 fast-xml-parser: 4.2.5 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/core@3.598.0': dependencies: @@ -9434,21 +9434,21 @@ snapshots: '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 fast-xml-parser: 4.2.5 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-env@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/property-provider': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-env@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-http@3.535.0': dependencies: @@ -9460,7 +9460,7 @@ snapshots: '@smithy/smithy-client': 2.5.1 '@smithy/types': 2.12.0 '@smithy/util-stream': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-http@3.598.0': dependencies: @@ -9472,7 +9472,7 @@ snapshots: '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 '@smithy/util-stream': 3.0.5 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-ini@3.535.0(@aws-sdk/credential-provider-node@3.535.0)': dependencies: @@ -9486,7 +9486,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/credential-provider-node' - aws-crt @@ -9504,7 +9504,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -9522,7 +9522,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - aws-crt @@ -9539,7 +9539,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - '@aws-sdk/client-sts' @@ -9551,7 +9551,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-process@3.598.0': dependencies: @@ -9559,7 +9559,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/credential-provider-sso@3.535.0(@aws-sdk/credential-provider-node@3.535.0)': dependencies: @@ -9569,7 +9569,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/credential-provider-node' - aws-crt @@ -9582,7 +9582,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -9593,7 +9593,7 @@ snapshots: '@aws-sdk/types': 3.535.0 '@smithy/property-provider': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/credential-provider-node' - aws-crt @@ -9604,7 +9604,7 @@ snapshots: '@aws-sdk/types': 3.598.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-bucket-endpoint@3.598.0': dependencies: @@ -9614,14 +9614,14 @@ snapshots: '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-expect-continue@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-flexible-checksums@3.598.0': dependencies: @@ -9632,53 +9632,53 @@ snapshots: '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-host-header@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/protocol-http': 3.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-host-header@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-location-constraint@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-logger@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-logger@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-recursion-detection@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/protocol-http': 3.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-recursion-detection@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-sdk-s3@3.598.0': dependencies: @@ -9690,7 +9690,7 @@ snapshots: '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-signing@3.598.0': dependencies: @@ -9700,13 +9700,13 @@ snapshots: '@smithy/signature-v4': 3.1.2 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-ssec@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-user-agent@3.535.0': dependencies: @@ -9714,7 +9714,7 @@ snapshots: '@aws-sdk/util-endpoints': 3.535.0 '@smithy/protocol-http': 3.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/middleware-user-agent@3.598.0': dependencies: @@ -9722,7 +9722,7 @@ snapshots: '@aws-sdk/util-endpoints': 3.598.0 '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/region-config-resolver@3.535.0': dependencies: @@ -9731,7 +9731,7 @@ snapshots: '@smithy/types': 2.12.0 '@smithy/util-config-provider': 2.3.0 '@smithy/util-middleware': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/region-config-resolver@3.598.0': dependencies: @@ -9740,7 +9740,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/signature-v4-multi-region@3.598.0': dependencies: @@ -9749,7 +9749,7 @@ snapshots: '@smithy/protocol-http': 4.0.3 '@smithy/signature-v4': 3.1.2 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/token-providers@3.535.0(@aws-sdk/credential-provider-node@3.535.0)': dependencies: @@ -9758,7 +9758,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@aws-sdk/credential-provider-node' - aws-crt @@ -9770,90 +9770,90 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/types@3.535.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/types@3.598.0': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-arn-parser@3.568.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-endpoints@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/types': 2.12.0 '@smithy/util-endpoints': 1.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-endpoints@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/types': 3.3.0 '@smithy/util-endpoints': 2.0.4 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-locate-window@3.568.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-browser@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/types': 2.12.0 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-browser@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-node@3.535.0': dependencies: '@aws-sdk/types': 3.535.0 '@smithy/node-config-provider': 2.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-user-agent-node@3.598.0': dependencies: '@aws-sdk/types': 3.598.0 '@smithy/node-config-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/util-utf8-browser@3.259.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@aws-sdk/xml-builder@3.598.0': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@azure/abort-controller@1.1.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@azure/abort-controller@2.1.2': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-auth@1.7.2': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-util': 1.9.0 - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-client@1.9.2': dependencies: @@ -9863,7 +9863,7 @@ snapshots: '@azure/core-tracing': 1.1.2 '@azure/core-util': 1.9.0 '@azure/logger': 1.1.2 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -9880,11 +9880,11 @@ snapshots: '@azure/abort-controller': 2.1.2 '@azure/core-util': 1.9.0 '@azure/logger': 1.1.2 - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-paging@1.6.2': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-rest-pipeline@1.16.1': dependencies: @@ -9895,23 +9895,23 @@ snapshots: '@azure/logger': 1.1.2 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5(supports-color@9.4.0) - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color '@azure/core-tracing@1.1.2': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-util@1.9.0': dependencies: '@azure/abort-controller': 2.1.2 - tslib: 2.6.3 + tslib: 2.7.0 '@azure/core-xml@1.4.2': dependencies: fast-xml-parser: 4.4.0 - tslib: 2.6.3 + tslib: 2.7.0 '@azure/identity@3.4.2': dependencies: @@ -9928,7 +9928,7 @@ snapshots: jws: 4.0.0 open: 8.4.2 stoppable: 1.1.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -9947,7 +9947,7 @@ snapshots: jws: 4.0.0 open: 8.4.2 stoppable: 1.1.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -9963,7 +9963,7 @@ snapshots: '@azure/core-tracing': 1.1.2 '@azure/core-util': 1.9.0 '@azure/logger': 1.1.2 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -9979,13 +9979,13 @@ snapshots: '@azure/core-tracing': 1.1.2 '@azure/core-util': 1.9.0 '@azure/logger': 1.1.2 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color '@azure/logger@1.1.2': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@azure/msal-browser@3.17.0': dependencies: @@ -10013,7 +10013,7 @@ snapshots: '@azure/core-xml': 1.4.2 '@azure/logger': 1.1.2 events: 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - supports-color @@ -11018,15 +11018,15 @@ snapshots: '@emnapi/core@1.2.0': dependencies: '@emnapi/wasi-threads': 1.0.1 - tslib: 2.6.3 + tslib: 2.7.0 '@emnapi/runtime@1.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@emnapi/wasi-threads@1.0.1': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: @@ -11946,7 +11946,7 @@ snapshots: reflect-metadata: 0.2.2 sha.js: 2.4.11 tarn: 3.0.2 - tslib: 2.6.3 + tslib: 2.7.0 uuid: 9.0.1 yargs: 17.7.2 optionalDependencies: @@ -12110,7 +12110,7 @@ snapshots: '@nrwl/tao@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))': dependencies: nx: 19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)) - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -12134,7 +12134,7 @@ snapshots: nx: 19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)) semver: 7.6.3 tmp: 0.2.3 - tslib: 2.6.3 + tslib: 2.7.0 yargs-parser: 21.1.1 '@nx/eslint-plugin@19.6.2(@babel/traverse@7.24.7)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)))(typescript@5.5.4)(verdaccio@5.32.1(encoding@0.1.13)(typanion@3.14.0))': @@ -12149,7 +12149,7 @@ snapshots: confusing-browser-globals: 1.0.11 jsonc-eslint-parser: 2.4.0 semver: 7.6.3 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: eslint-config-prettier: 9.1.0(eslint@8.57.0) transitivePeerDependencies: @@ -12172,7 +12172,7 @@ snapshots: '@nx/linter': 19.6.2(@babel/traverse@7.24.7)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)))(verdaccio@5.32.1(encoding@0.1.13)(typanion@3.14.0)) eslint: 8.57.0 semver: 7.6.3 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.4.5 optionalDependencies: '@zkochan/js-yaml': 0.0.7 @@ -12203,7 +12203,7 @@ snapshots: minimatch: 9.0.3 resolve.exports: 1.1.0 semver: 7.6.3 - tslib: 2.6.3 + tslib: 2.7.0 yargs-parser: 21.1.1 transitivePeerDependencies: - '@babel/traverse' @@ -12251,7 +12251,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.4.5) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: verdaccio: 5.32.1(encoding@0.1.13)(typanion@3.14.0) transitivePeerDependencies: @@ -12296,7 +12296,7 @@ snapshots: source-map-support: 0.5.19 ts-node: 10.9.1(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4) tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 optionalDependencies: verdaccio: 5.32.1(encoding@0.1.13)(typanion@3.14.0) transitivePeerDependencies: @@ -12333,7 +12333,7 @@ snapshots: '@nx/eslint': 19.6.2(@babel/traverse@7.24.7)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(@zkochan/js-yaml@0.0.7)(eslint@8.57.0)(nx@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)))(verdaccio@5.32.1(encoding@0.1.13)(typanion@3.14.0)) '@nx/jest': 19.6.2(@babel/traverse@7.24.7)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(nx@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)))(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4))(typescript@5.5.4)(verdaccio@5.32.1(encoding@0.1.13)(typanion@3.14.0)) '@nx/js': 19.6.2(@babel/traverse@7.24.7)(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(nx@19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)))(typescript@5.5.4)(verdaccio@5.32.1(encoding@0.1.13)(typanion@3.14.0)) - tslib: 2.6.3 + tslib: 2.7.0 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -12388,7 +12388,7 @@ snapshots: chalk: 4.1.2 enquirer: 2.3.6 nx: 19.6.2(@swc-node/register@1.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@swc/types@0.1.9)(typescript@5.5.4))(@swc/core@1.5.29(@swc/helpers@0.5.12)) - tslib: 2.6.3 + tslib: 2.7.0 yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' @@ -12540,7 +12540,7 @@ snapshots: - encoding - supports-color - '@rudderstack/rudder-sdk-node@2.0.7(tslib@2.6.3)': + '@rudderstack/rudder-sdk-node@2.0.7(tslib@2.7.0)': dependencies: axios: 1.6.5 axios-retry: 3.7.0 @@ -12552,7 +12552,7 @@ snapshots: ms: 2.1.3 remove-trailing-slash: 0.1.1 serialize-javascript: 6.0.2 - tslib: 2.6.3 + tslib: 2.7.0 uuid: 8.3.2 optionalDependencies: bull: 4.11.3 @@ -12616,21 +12616,21 @@ snapshots: '@smithy/abort-controller@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/abort-controller@3.1.1': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/chunked-blob-reader-native@3.0.0': dependencies: '@smithy/util-base64': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/chunked-blob-reader@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/config-resolver@2.2.0': dependencies: @@ -12638,7 +12638,7 @@ snapshots: '@smithy/types': 2.12.0 '@smithy/util-config-provider': 2.3.0 '@smithy/util-middleware': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/config-resolver@3.0.4': dependencies: @@ -12646,7 +12646,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-config-provider': 3.0.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/core@1.4.2': dependencies: @@ -12657,7 +12657,7 @@ snapshots: '@smithy/smithy-client': 2.5.1 '@smithy/types': 2.12.0 '@smithy/util-middleware': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/core@2.2.4': dependencies: @@ -12668,7 +12668,7 @@ snapshots: '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/credential-provider-imds@2.3.0': dependencies: @@ -12676,7 +12676,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/types': 2.12.0 '@smithy/url-parser': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/credential-provider-imds@3.1.3': dependencies: @@ -12684,67 +12684,67 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-codec@2.2.0': dependencies: '@aws-crypto/crc32': 3.0.0 '@smithy/types': 2.12.0 '@smithy/util-hex-encoding': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-codec@3.1.2': dependencies: '@aws-crypto/crc32': 5.2.0 '@smithy/types': 3.3.0 '@smithy/util-hex-encoding': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-browser@2.2.0': dependencies: '@smithy/eventstream-serde-universal': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-browser@3.0.4': dependencies: '@smithy/eventstream-serde-universal': 3.0.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-config-resolver@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-config-resolver@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-node@2.2.0': dependencies: '@smithy/eventstream-serde-universal': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-node@3.0.4': dependencies: '@smithy/eventstream-serde-universal': 3.0.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-universal@2.2.0': dependencies: '@smithy/eventstream-codec': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/eventstream-serde-universal@3.0.4': dependencies: '@smithy/eventstream-codec': 3.1.2 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/fetch-http-handler@2.5.0': dependencies: @@ -12752,7 +12752,7 @@ snapshots: '@smithy/querystring-builder': 2.2.0 '@smithy/types': 2.12.0 '@smithy/util-base64': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/fetch-http-handler@3.2.0': dependencies: @@ -12760,70 +12760,70 @@ snapshots: '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 '@smithy/util-base64': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/hash-blob-browser@3.1.2': dependencies: '@smithy/chunked-blob-reader': 3.0.0 '@smithy/chunked-blob-reader-native': 3.0.0 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/hash-node@2.2.0': dependencies: '@smithy/types': 2.12.0 '@smithy/util-buffer-from': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/hash-node@3.0.3': dependencies: '@smithy/types': 3.3.0 '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/hash-stream-node@3.1.2': dependencies: '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/invalid-dependency@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/invalid-dependency@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/is-array-buffer@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/is-array-buffer@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/md5-js@3.0.3': dependencies: '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-content-length@2.2.0': dependencies: '@smithy/protocol-http': 3.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-content-length@3.0.3': dependencies: '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-endpoint@2.5.1': dependencies: @@ -12833,7 +12833,7 @@ snapshots: '@smithy/types': 2.12.0 '@smithy/url-parser': 2.2.0 '@smithy/util-middleware': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-endpoint@3.0.4': dependencies: @@ -12843,7 +12843,7 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 '@smithy/util-middleware': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-retry@2.3.1': dependencies: @@ -12854,7 +12854,7 @@ snapshots: '@smithy/types': 2.12.0 '@smithy/util-middleware': 2.2.0 '@smithy/util-retry': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 uuid: 9.0.1 '@smithy/middleware-retry@3.0.7': @@ -12866,42 +12866,42 @@ snapshots: '@smithy/types': 3.3.0 '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 - tslib: 2.6.3 + tslib: 2.7.0 uuid: 9.0.1 '@smithy/middleware-serde@2.3.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-serde@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-stack@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/middleware-stack@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/node-config-provider@2.3.0': dependencies: '@smithy/property-provider': 2.2.0 '@smithy/shared-ini-file-loader': 2.4.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/node-config-provider@3.1.3': dependencies: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/node-http-handler@2.5.0': dependencies: @@ -12909,7 +12909,7 @@ snapshots: '@smithy/protocol-http': 3.3.0 '@smithy/querystring-builder': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/node-http-handler@3.1.1': dependencies: @@ -12917,49 +12917,49 @@ snapshots: '@smithy/protocol-http': 4.0.3 '@smithy/querystring-builder': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/property-provider@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/property-provider@3.1.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/protocol-http@3.3.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/protocol-http@4.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/querystring-builder@2.2.0': dependencies: '@smithy/types': 2.12.0 '@smithy/util-uri-escape': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/querystring-builder@3.0.3': dependencies: '@smithy/types': 3.3.0 '@smithy/util-uri-escape': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/querystring-parser@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/querystring-parser@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/service-error-classification@2.1.5': dependencies: @@ -12972,12 +12972,12 @@ snapshots: '@smithy/shared-ini-file-loader@2.4.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/shared-ini-file-loader@3.1.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/signature-v4@2.3.0': dependencies: @@ -12987,7 +12987,7 @@ snapshots: '@smithy/util-middleware': 2.2.0 '@smithy/util-uri-escape': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/signature-v4@3.1.2': dependencies: @@ -12997,7 +12997,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-uri-escape': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/smithy-client@2.5.1': dependencies: @@ -13006,7 +13006,7 @@ snapshots: '@smithy/protocol-http': 3.3.0 '@smithy/types': 2.12.0 '@smithy/util-stream': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/smithy-client@3.1.5': dependencies: @@ -13015,73 +13015,73 @@ snapshots: '@smithy/protocol-http': 4.0.3 '@smithy/types': 3.3.0 '@smithy/util-stream': 3.0.5 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/types@2.12.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/types@3.3.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/url-parser@2.2.0': dependencies: '@smithy/querystring-parser': 2.2.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/url-parser@3.0.3': dependencies: '@smithy/querystring-parser': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-base64@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-base64@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-browser@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-browser@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-node@2.3.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-body-length-node@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-config-provider@2.3.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-config-provider@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-browser@2.2.1': dependencies: @@ -13089,7 +13089,7 @@ snapshots: '@smithy/smithy-client': 2.5.1 '@smithy/types': 2.12.0 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-browser@3.0.7': dependencies: @@ -13097,7 +13097,7 @@ snapshots: '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 bowser: 2.11.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-node@2.3.1': dependencies: @@ -13107,7 +13107,7 @@ snapshots: '@smithy/property-provider': 2.2.0 '@smithy/smithy-client': 2.5.1 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-defaults-mode-node@3.0.7': dependencies: @@ -13117,49 +13117,49 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/smithy-client': 3.1.5 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-endpoints@1.2.0': dependencies: '@smithy/node-config-provider': 2.3.0 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-endpoints@2.0.4': dependencies: '@smithy/node-config-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-hex-encoding@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-hex-encoding@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-middleware@2.2.0': dependencies: '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-middleware@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-retry@2.2.0': dependencies: '@smithy/service-error-classification': 2.1.5 '@smithy/types': 2.12.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-retry@3.0.3': dependencies: '@smithy/service-error-classification': 3.0.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-stream@2.2.0': dependencies: @@ -13170,7 +13170,7 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 '@smithy/util-hex-encoding': 2.2.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-stream@3.0.5': dependencies: @@ -13181,31 +13181,31 @@ snapshots: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-uri-escape@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-uri-escape@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-utf8@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 - tslib: 2.6.3 + tslib: 2.7.0 '@smithy/util-waiter@3.1.2': dependencies: '@smithy/abort-controller': 3.1.1 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.7.0 '@sqltools/formatter@1.2.5': {} @@ -13311,7 +13311,7 @@ snapshots: colorette: 2.0.20 debug: 4.3.5(supports-color@9.4.0) pirates: 4.0.6 - tslib: 2.6.3 + tslib: 2.7.0 typescript: 5.5.4 transitivePeerDependencies: - '@swc/types' @@ -13320,7 +13320,7 @@ snapshots: '@swc-node/sourcemap-support@0.5.0': dependencies: source-map-support: 0.5.21 - tslib: 2.6.3 + tslib: 2.7.0 '@swc/core-darwin-arm64@1.5.29': optional: true @@ -13373,7 +13373,7 @@ snapshots: '@swc/helpers@0.5.12': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@swc/types@0.1.9': dependencies: @@ -13406,7 +13406,7 @@ snapshots: '@tybys/wasm-util@0.9.0': dependencies: - tslib: 2.6.3 + tslib: 2.7.0 '@types/asn1@0.2.4': dependencies: @@ -13926,7 +13926,7 @@ snapshots: '@yarnpkg/parsers@3.0.0-rc.46': dependencies: js-yaml: 3.14.1 - tslib: 2.6.3 + tslib: 2.7.0 '@zkochan/js-yaml@0.0.7': dependencies: @@ -14162,15 +14162,15 @@ snapshots: ast-types@0.15.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 ast-types@0.16.1: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 async-mutex@0.5.0: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 async-retry@1.3.3: dependencies: @@ -14558,7 +14558,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.6.3 + tslib: 2.7.0 camelcase@5.3.1: {} @@ -14578,7 +14578,7 @@ snapshots: capital-case@1.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case-first: 2.0.2 caseless@0.12.0: {} @@ -14609,7 +14609,7 @@ snapshots: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 char-regex@1.0.2: {} @@ -14832,7 +14832,7 @@ snapshots: constant-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case: 2.0.2 content-disposition@0.5.4: @@ -15251,7 +15251,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 dot-prop@5.3.0: dependencies: @@ -15350,7 +15350,7 @@ snapshots: array-hyper-unique: 2.1.6 bluebird: 3.7.2 crlf-normalize: 1.0.20(ts-toolbelt@9.6.0) - tslib: 2.6.3 + tslib: 2.7.0 xml2js: 0.6.2 transitivePeerDependencies: - ts-toolbelt @@ -15737,7 +15737,7 @@ snapshots: fast-unique-numbers@8.0.13: dependencies: '@babel/runtime': 7.24.7 - tslib: 2.6.3 + tslib: 2.7.0 fast-xml-parser@4.2.5: dependencies: @@ -16244,7 +16244,7 @@ snapshots: header-case@2.0.4: dependencies: capital-case: 1.0.4 - tslib: 2.6.3 + tslib: 2.7.0 heap@0.2.7: {} @@ -17453,7 +17453,7 @@ snapshots: lower-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 lru-cache@10.3.0: {} @@ -18046,7 +18046,7 @@ snapshots: transitivePeerDependencies: - debug - n8n@1.55.3(@aws-crypto/sha256-js@5.2.0)(@aws-sdk/client-s3@3.606.0)(@azure/storage-blob@12.23.0)(@google-cloud/storage@6.12.0(encoding@0.1.13))(@smithy/eventstream-codec@2.2.0)(@smithy/protocol-http@3.3.0)(@smithy/signature-v4@2.3.0)(@smithy/util-utf8@2.3.0)(@supabase/postgrest-js@1.15.2)(asn1.js@5.4.1)(canvas@2.11.2(encoding@0.1.13))(chokidar@3.5.2)(crypto-js@4.2.0)(date-fns@3.6.0)(encoding@0.1.13)(fast-xml-parser@4.4.0)(gcp-metadata@5.3.0(encoding@0.1.13))(google-auth-library@9.11.0(encoding@0.1.13))(ignore@5.3.1)(mssql@10.0.2)(promise-ftp-common@1.1.5)(redis@4.6.12)(socks@2.8.3)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4))(ts-toolbelt@9.6.0)(tslib@2.6.3)(typescript@5.5.4): + n8n@1.55.3(@aws-crypto/sha256-js@5.2.0)(@aws-sdk/client-s3@3.606.0)(@azure/storage-blob@12.23.0)(@google-cloud/storage@6.12.0(encoding@0.1.13))(@smithy/eventstream-codec@2.2.0)(@smithy/protocol-http@3.3.0)(@smithy/signature-v4@2.3.0)(@smithy/util-utf8@2.3.0)(@supabase/postgrest-js@1.15.2)(asn1.js@5.4.1)(canvas@2.11.2(encoding@0.1.13))(chokidar@3.5.2)(crypto-js@4.2.0)(date-fns@3.6.0)(encoding@0.1.13)(fast-xml-parser@4.4.0)(gcp-metadata@5.3.0(encoding@0.1.13))(google-auth-library@9.11.0(encoding@0.1.13))(ignore@5.3.1)(mssql@10.0.2)(promise-ftp-common@1.1.5)(redis@4.6.12)(socks@2.8.3)(ts-node@10.9.2(@swc/core@1.5.29(@swc/helpers@0.5.12))(@types/node@20.15.0)(typescript@5.5.4))(ts-toolbelt@9.6.0)(tslib@2.7.0)(typescript@5.5.4): dependencies: '@azure/identity': 4.4.1 '@azure/keyvault-secrets': 4.8.0 @@ -18060,7 +18060,7 @@ snapshots: '@n8n_io/ai-assistant-sdk': 1.9.4 '@n8n_io/license-sdk': 2.13.0 '@oclif/core': 4.0.7 - '@rudderstack/rudder-sdk-node': 2.0.7(tslib@2.6.3) + '@rudderstack/rudder-sdk-node': 2.0.7(tslib@2.7.0) '@sentry/integrations': 7.87.0 '@sentry/node': 7.87.0 aws4: 1.11.0 @@ -18306,7 +18306,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.6.3 + tslib: 2.7.0 node-abi@3.65.0: dependencies: @@ -18479,7 +18479,7 @@ snapshots: tar-stream: 2.2.0 tmp: 0.2.3 tsconfig-paths: 4.2.0 - tslib: 2.6.3 + tslib: 2.7.0 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: @@ -18681,7 +18681,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 parent-module@1.0.1: dependencies: @@ -18729,12 +18729,12 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 path-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 path-exists@4.0.0: {} @@ -19182,7 +19182,7 @@ snapshots: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.3 + tslib: 2.7.0 recast@0.22.0: dependencies: @@ -19190,7 +19190,7 @@ snapshots: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.6.3 + tslib: 2.7.0 rechoir@0.6.2: dependencies: @@ -19343,7 +19343,7 @@ snapshots: rrule@2.8.1: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 rrweb-cssom@0.6.0: {} @@ -19452,7 +19452,7 @@ snapshots: sentence-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 upper-case-first: 2.0.2 seq-queue@0.0.5: {} @@ -19564,7 +19564,7 @@ snapshots: snake-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.6.3 + tslib: 2.7.0 snowflake-sdk@1.9.2(asn1.js@5.4.1)(encoding@0.1.13): dependencies: @@ -19990,7 +19990,7 @@ snapshots: title-case@3.0.3: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 tlds@1.248.0: {} @@ -20145,7 +20145,7 @@ snapshots: dependencies: '@types/node': 20.15.0 ts-toolbelt: 9.6.0 - tslib: 2.6.3 + tslib: 2.7.0 typedarray-dts: 1.0.0 tsconfig-paths@4.2.0: @@ -20156,7 +20156,7 @@ snapshots: tslib@1.14.1: {} - tslib@2.6.3: {} + tslib@2.7.0: {} tsscmp@1.0.6: {} @@ -20302,11 +20302,11 @@ snapshots: upper-case-first@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 upper-case@2.0.2: dependencies: - tslib: 2.6.3 + tslib: 2.7.0 uri-js@4.4.1: dependencies: @@ -20564,18 +20564,18 @@ snapshots: dependencies: '@babel/runtime': 7.24.7 fast-unique-numbers: 8.0.13 - tslib: 2.6.3 + tslib: 2.7.0 worker-timers-worker: 7.0.71 worker-timers-worker@7.0.71: dependencies: '@babel/runtime': 7.24.7 - tslib: 2.6.3 + tslib: 2.7.0 worker-timers@7.1.8: dependencies: '@babel/runtime': 7.24.7 - tslib: 2.6.3 + tslib: 2.7.0 worker-timers-broker: 6.1.8 worker-timers-worker: 7.0.71