diff --git a/core/context/package.json b/core/context/package.json index 6ece61ab51..5a02000df5 100644 --- a/core/context/package.json +++ b/core/context/package.json @@ -35,7 +35,7 @@ "@alwatr/logger": "^0.32.0", "@alwatr/signal": "^0.32.0", "@alwatr/util": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/crypto/package.json b/core/crypto/package.json index 7935280ea0..4d7f7461ad 100644 --- a/core/crypto/package.json +++ b/core/crypto/package.json @@ -42,6 +42,6 @@ "dependencies": { "@alwatr/logger": "^0.32.0", "@alwatr/math": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/core/fetch/package.json b/core/fetch/package.json index e30a45f510..cb34edd178 100644 --- a/core/fetch/package.json +++ b/core/fetch/package.json @@ -37,7 +37,7 @@ "@alwatr/logger": "^0.32.0", "@alwatr/signal": "^0.32.0", "@alwatr/util": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/fsm/package.json b/core/fsm/package.json index 418e3eedc2..594c9c8853 100644 --- a/core/fsm/package.json +++ b/core/fsm/package.json @@ -37,6 +37,6 @@ "@alwatr/logger": "^0.32.0", "@alwatr/signal": "^0.32.0", "@alwatr/type": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/core/i18n/package.json b/core/i18n/package.json index 584647ade3..a9f617cdef 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -35,7 +35,7 @@ "@alwatr/logger": "^0.32.0", "@alwatr/math": "^0.32.0", "@alwatr/signal": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/logger/package.json b/core/logger/package.json index c7894ffb70..8e844bdc9f 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -33,6 +33,6 @@ }, "dependencies": { "@alwatr/type": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/core/math/package.json b/core/math/package.json index b24380a156..85d6e2de52 100644 --- a/core/math/package.json +++ b/core/math/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@alwatr/logger": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/core/nano-server/package.json b/core/nano-server/package.json index e9606cb816..b261bf51a3 100644 --- a/core/nano-server/package.json +++ b/core/nano-server/package.json @@ -33,7 +33,7 @@ "dependencies": { "@alwatr/logger": "^0.32.0", "@alwatr/math": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/router/package.json b/core/router/package.json index ea94c066b3..e1f37adb17 100644 --- a/core/router/package.json +++ b/core/router/package.json @@ -34,7 +34,7 @@ "@alwatr/logger": "^0.32.0", "@alwatr/math": "^0.32.0", "@alwatr/signal": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/signal/package.json b/core/signal/package.json index c77ab61a31..291671150e 100644 --- a/core/signal/package.json +++ b/core/signal/package.json @@ -32,6 +32,6 @@ "@alwatr/logger": "^0.32.0", "@alwatr/type": "^0.32.0", "@alwatr/util": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/core/storage-client/package.json b/core/storage-client/package.json index 90eac43e2b..c5cb208f04 100644 --- a/core/storage-client/package.json +++ b/core/storage-client/package.json @@ -38,7 +38,7 @@ "dependencies": { "@alwatr/fetch": "^0.32.0", "@alwatr/logger": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/core/storage-engine/package.json b/core/storage-engine/package.json index 0dc490201f..cec44ba00f 100644 --- a/core/storage-engine/package.json +++ b/core/storage-engine/package.json @@ -40,7 +40,7 @@ "@alwatr/type": "^0.32.0", "@alwatr/util": "^0.32.0", "exit-hook": "^3.2.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.30.0" diff --git a/core/util/package.json b/core/util/package.json index e5e1f26dcc..58216a6b6e 100644 --- a/core/util/package.json +++ b/core/util/package.json @@ -42,7 +42,7 @@ "dependencies": { "@alwatr/math": "^0.32.0", "@alwatr/type": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "flatstr": "^1.0.12" diff --git a/core/validator/package.json b/core/validator/package.json index f12fdacc5e..0e68ca8e50 100644 --- a/core/validator/package.json +++ b/core/validator/package.json @@ -31,6 +31,6 @@ "dependencies": { "@alwatr/math": "^0.32.0", "@alwatr/type": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/demo/package.json b/demo/package.json index dd9483dade..fe3d3724c4 100644 --- a/demo/package.json +++ b/demo/package.json @@ -18,6 +18,6 @@ "@alwatr/type": "^0.32.0", "@alwatr/util": "^0.32.0", "@alwatr/validator": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/labs/zx-example/package.json b/labs/zx-example/package.json index ab6721633c..7a54c4c5c0 100644 --- a/labs/zx-example/package.json +++ b/labs/zx-example/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@alwatr/logger": "^0.32.0", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "zx": "^7.2.2" } } diff --git a/ui/demo-pwa/package.json b/ui/demo-pwa/package.json index 8b20b333d3..d05d715f79 100644 --- a/ui/demo-pwa/package.json +++ b/ui/demo-pwa/package.json @@ -40,7 +40,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "ts-lit-plugin": "^1.2.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4", "workbox-build": "^6.5.4" } diff --git a/ui/element/package.json b/ui/element/package.json index 7885163c00..057c6e64f6 100644 --- a/ui/element/package.json +++ b/ui/element/package.json @@ -38,7 +38,7 @@ "@alwatr/logger": "^0.32.0", "@alwatr/router": "^0.32.0", "lit": "^2.7.4", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/ui/icon/package.json b/ui/icon/package.json index eb95bfb884..581582de8d 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -36,6 +36,6 @@ "@alwatr/element": "^0.32.0", "@alwatr/fetch": "^0.32.0", "@alwatr/logger": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" } } diff --git a/ui/pwa-helper/package.json b/ui/pwa-helper/package.json index b44863dc96..811e643f54 100644 --- a/ui/pwa-helper/package.json +++ b/ui/pwa-helper/package.json @@ -35,7 +35,7 @@ "@alwatr/i18n": "^0.32.0", "@alwatr/logger": "^0.32.0", "@alwatr/ui-kit": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/ui/ui-kit/package.json b/ui/ui-kit/package.json index 2008a006f0..10ba3df062 100644 --- a/ui/ui-kit/package.json +++ b/ui/ui-kit/package.json @@ -38,7 +38,7 @@ "@alwatr/icon": "^0.32.0", "@alwatr/signal": "^0.32.0", "@alwatr/util": "^0.32.0", - "tslib": "^2.5.0" + "tslib": "^2.5.2" }, "devDependencies": { "@alwatr/type": "^0.32.0" diff --git a/uniquely/com-pwa/package.json b/uniquely/com-pwa/package.json index 85629ccf28..499ffbebf7 100644 --- a/uniquely/com-pwa/package.json +++ b/uniquely/com-pwa/package.json @@ -53,7 +53,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "ts-lit-plugin": "^1.2.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4" } } diff --git a/uniquely/flight-finder-pwa/package.json b/uniquely/flight-finder-pwa/package.json index 5208dfb640..3488a6e76f 100644 --- a/uniquely/flight-finder-pwa/package.json +++ b/uniquely/flight-finder-pwa/package.json @@ -44,7 +44,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "ts-lit-plugin": "^1.2.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4" } } diff --git a/uniquely/soffit-pwa/package.json b/uniquely/soffit-pwa/package.json index bf017575d3..da9c42f8a5 100644 --- a/uniquely/soffit-pwa/package.json +++ b/uniquely/soffit-pwa/package.json @@ -49,7 +49,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "ts-lit-plugin": "^1.2.1", - "tslib": "^2.5.0", + "tslib": "^2.5.2", "typescript": "^5.0.4" } } diff --git a/yarn.lock b/yarn.lock index 42bdb7409e..9ece2e54de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8444,10 +8444,10 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" - integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== +tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338" + integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA== tsscmp@1.0.6: version "1.0.6"