From 32089d03e279d19469bec0a026fd0cab4480dd2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:40:31 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#2079) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++++-------- ui/cli/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index aac46dd4..e063781e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "tar": "^7.5.22", "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.21.2", + "ws": "^8.21.3", "zod": "^4.4.3" }, "optionalDependencies": { @@ -125,7 +125,7 @@ "semver": "^7.8.5", "skott": "^0.35.11", "ts-node": "^10.9.2", - "tsx": "^4.23.10", + "tsx": "^4.23.11", "typescript": "~6.0.3", "typescript-language-server": "^5.3.0", "vue-eslint-parser": "^10.4.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a2ffaf0e..b84108fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ importers: specifier: ^5.0.0 version: 5.0.0(winston@3.19.0) ws: - specifier: ^8.21.2 - version: 8.21.2(bufferutil@4.1.0)(utf-8-validate@6.0.6) + specifier: ^8.21.3 + version: 8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6) zod: specifier: ^4.4.3 version: 4.4.3 @@ -148,7 +148,7 @@ importers: specifier: ^10.9.2 version: 10.9.2(@types/node@24.13.3)(typescript@6.0.3) tsx: - specifier: ^4.23.10 + specifier: ^4.23.11 version: 4.23.11 typescript: specifier: ~6.0.3 @@ -185,8 +185,8 @@ importers: specifier: workspace:* version: link:../common ws: - specifier: ^8.21.2 - version: 8.21.2(bufferutil@4.1.0)(utf-8-validate@6.0.6) + specifier: ^8.21.3 + version: 8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6) devDependencies: '@types/ws': specifier: ^8.18.1 @@ -4776,8 +4776,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.21.2: - resolution: {integrity: sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw==} + ws@8.21.3: + resolution: {integrity: sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -9743,7 +9743,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.21.2(bufferutil@4.1.0)(utf-8-validate@6.0.6): + ws@8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6): optionalDependencies: bufferutil: 4.1.0 utf-8-validate: 6.0.6 diff --git a/ui/cli/package.json b/ui/cli/package.json index 99687b31..ff0b6a38 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -34,7 +34,7 @@ "commander": "^15.0.0", "ora": "^9.4.1", "ui-common": "workspace:*", - "ws": "^8.21.2" + "ws": "^8.21.3" }, "devDependencies": { "@types/ws": "^8.18.1", -- 2.53.0