]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(deps): update dependency commander to v15 (#1879)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 2 Jun 2026 12:57:10 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2026 12:57:10 +0000 (14:57 +0200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pnpm-lock.yaml
ui/cli/package.json

index ee9a2ccedc963f57e03fc4ad1d86f2c078ce7de4..0f63077a3dc184ec3d09dd4d98689e170e637bb6 100644 (file)
@@ -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
index 696215e2e24b1cc17585e80270dc6bd53a5e8cee..0e739b6836ca05bf4a60a9707c3637913377077c 100644 (file)
@@ -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"