From b8921518c0297b6df288640b2ae22c58c0e95fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:39:03 +0000 Subject: [PATCH] chore(deps): bump @alwatr/util from 1.2.3 to 1.2.9 Bumps [@alwatr/util](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/util) from 1.2.3 to 1.2.9. - [Release notes](https://github.com/AliMD/alwatr-eslib/releases) - [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/util/CHANGELOG.md) - [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/util@1.2.9/packages/util) --- updated-dependencies: - dependency-name: "@alwatr/util" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui-kit/package.json | 2 +- yarn.lock | 27 +++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 9360bbf9..6f00f444 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -37,7 +37,7 @@ "dependencies": { "@alwatr/i18n": "^2.0.0-beta", "@alwatr/signal": "^2.0.0", - "@alwatr/util": "^1.0.0", + "@alwatr/util": "^1.2.9", "tslib": "^2.6.2" } } diff --git a/yarn.lock b/yarn.lock index 3033790d..710ca720 100644 --- a/yarn.lock +++ b/yarn.lock @@ -79,12 +79,19 @@ "@alwatr/type" "^1.1.4" tslib "^2.6.2" -"@alwatr/math@^1.0.0", "@alwatr/math@^1.1.2", "@alwatr/math@^1.1.5": - version "1.1.5" - resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.5.tgz#0e9b6c3160ca1a480b21de967e41aa48a9d86e6f" - integrity sha512-RoTLuFs0ln8j3TgIueEwynRoD02KmYWCAyUNKaDHLzAnfGMJtJQeeN7PZko87qk3kA6mBpj+/2XXH4Do8Hu2rw== +"@alwatr/logger@^2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-2.1.2.tgz#41b383aed90c877729555dfbadd68aa6599c6c90" + integrity sha512-qCViJ0USpdRIvOtdUEUlqA+MfuX8JMzgwxwC5ddHNnx1MoWIn7PHuAeJaF/LZ7chl4Mp8qqtIPjSMRoyU7aV4Q== dependencies: - "@alwatr/logger" "^1.1.5" + tslib "^2.6.2" + +"@alwatr/math@^1.0.0", "@alwatr/math@^1.1.11", "@alwatr/math@^1.1.2": + version "1.1.11" + resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.11.tgz#32ae5a101a34b11e2ec61141d7eefd0138dcad97" + integrity sha512-7s7QdEJb9DauVsLw9fT+y63GHiw0c4UuCtwIL3YYC05zNTRu0OA62a12ett0WfYCFcR3i0l0UxCUMFNpg1aXdg== + dependencies: + "@alwatr/logger" "^2.1.2" tslib "^2.6.2" "@alwatr/router@^1.1.2": @@ -122,12 +129,12 @@ resolved "https://registry.yarnpkg.com/@alwatr/type/-/type-1.1.4.tgz#5bcff20284a0404614e56b9b6c5e7f99580b6586" integrity sha512-bjb3yQC/yiRz4ld+IGCIMiuaLGTjmhanaAE5pqPYLCvREIz82VvGvrfd9g9Si+Y8+fOUlIjKLtGvBWliTOaBcA== -"@alwatr/util@^1.0.0", "@alwatr/util@^1.2.0", "@alwatr/util@^1.2.3": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.3.tgz#3b926837e3d9ed82f2b2947f7aacbd8bdf39927a" - integrity sha512-4KQUgP5izK+9xjt673U0gG0iYJdN5pfIe8+QHhzbHyJSHue6RBs406OSY6w++wyzpKW6sK3jLL7Xspu8CIaFCA== +"@alwatr/util@^1.2.0", "@alwatr/util@^1.2.3", "@alwatr/util@^1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.9.tgz#48aeb5a15ad654d35f3b9ddbe8aa3bf225dab098" + integrity sha512-CKj/uPYHuwrvqPMo/LU4XoA4qP1VuVYaBoEUmUvWsx9Xgs2wD8UkHjDVl6ebJw1pI7YDjjhgivP7Maoh2S7rDw== dependencies: - "@alwatr/math" "^1.1.5" + "@alwatr/math" "^1.1.11" "@alwatr/type" "^1.1.4" tslib "^2.6.2"