From 35878935fcaac0355f94b7747fa736551d2db0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:53:15 +0000 Subject: [PATCH] chore(deps-dev): bump tslib from 2.6.2 to 2.6.3 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/renderer/package.json | 2 +- packages/ui/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/renderer/package.json b/packages/renderer/package.json index e457152fc47..717f5518ad4 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -41,7 +41,7 @@ "svelte-preprocess": "^5.1.4", "svelte-steps": "2.4.1", "tailwindcss": "^3.4.3", - "tslib": "^2.6.2", + "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", "vitest": "^1.6.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 2bf9d2b63f4..991d85c1bae 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -137,7 +137,7 @@ "svelte-eslint-parser": "^0.36.0", "svelte-preprocess": "^5.1.4", "tailwindcss": "^3.4.3", - "tslib": "^2.6.2", + "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.12", "vitest": "^1.6.0" diff --git a/yarn.lock b/yarn.lock index 97400fc94f3..e05b0727660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19291,10 +19291,10 @@ tslib@^1.13.0, tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.6.0, tslib@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== +tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.6.0, tslib@^2.6.3: + version "2.6.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" + integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== tsutils-etc@^1.4.1: version "1.4.2"