From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:57:10 +0000 (+0200) Subject: fix(deps): update dependency commander to v15 (#1879) X-Git-Tag: cli@v4.8.0~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=dd9b63ee395805bde9c4bcb8e4ac9b0c5ca92cf0;p=e-mobility-charging-stations-simulator.git fix(deps): update dependency commander to v15 (#1879) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee9a2cce..0f63077a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -170,8 +170,8 @@ importers: specifier: ^0.6.5 version: 0.6.5 commander: - specifier: ^14.0.3 - version: 14.0.3 + specifier: ^15.0.0 + version: 15.0.0 ora: specifier: ^9.4.0 version: 9.4.0 @@ -2040,6 +2040,10 @@ packages: resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} + commander@15.0.0: + resolution: {integrity: sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==} + engines: {node: '>=22.12.0'} + comment-json@4.6.2: resolution: {integrity: sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==} engines: {node: '>= 6'} @@ -6801,6 +6805,8 @@ snapshots: commander@14.0.3: {} + commander@15.0.0: {} + comment-json@4.6.2: dependencies: array-timsort: 1.0.3 diff --git a/ui/cli/package.json b/ui/cli/package.json index 696215e2..0e739b68 100644 --- a/ui/cli/package.json +++ b/ui/cli/package.json @@ -31,7 +31,7 @@ "dependencies": { "chalk": "^5.6.2", "cli-table3": "^0.6.5", - "commander": "^14.0.3", + "commander": "^15.0.0", "ora": "^9.4.0", "ui-common": "workspace:*", "ws": "^8.21.0"