]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(deps): update dependency chalk to v6 (#2055) main
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fri, 31 Jul 2026 18:09:52 +0000 (18:09 +0000)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2026 18:09:52 +0000 (18:09 +0000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
package.json
pnpm-lock.yaml
ui/cli/package.json

index 6f1ffdf4254e929406b22eaeff49b6b9c536b286..68b8aba0d40933ec85076b6d6cbc205a83d3a1d7 100644 (file)
@@ -81,7 +81,7 @@
     "ajv": "^8.20.0",
     "ajv-formats": "^3.0.1",
     "basic-ftp": "^6.0.2",
-    "chalk": "^5.6.2",
+    "chalk": "^6.0.0",
     "date-fns": "^4.4.0",
     "http-status-codes": "^2.3.0",
     "logform": "^2.7.0",
index c1bd516584136b653ae4e83a69d7b875b9874283..914c32c5c97118c5bec653fc12992f317b78e3ba 100644 (file)
@@ -33,8 +33,8 @@ importers:
         specifier: ^6.0.2
         version: 6.0.2
       chalk:
-        specifier: ^5.6.2
-        version: 5.6.2
+        specifier: ^6.0.0
+        version: 6.0.0
       date-fns:
         specifier: ^4.4.0
         version: 4.4.0
@@ -167,8 +167,8 @@ importers:
   ui/cli:
     dependencies:
       chalk:
-        specifier: ^5.6.2
-        version: 5.6.2
+        specifier: ^6.0.0
+        version: 6.0.0
       cli-table3:
         specifier: ^0.6.5
         version: 0.6.5
@@ -1950,6 +1950,10 @@ packages:
     resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
     engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
 
+  chalk@6.0.0:
+    resolution: {integrity: sha512-2uNTXIuTTxk7ciZgAU1BQcgnchcG0xXnrs6jzkQfj9SsRa9M2s5zE8WT96hS6KmG4MzWHSrvH43DF1m4XRkrFg==}
+    engines: {node: '>=22'}
+
   chokidar@3.6.0:
     resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
     engines: {node: '>= 8.10.0'}
@@ -6684,6 +6688,8 @@ snapshots:
 
   chalk@5.6.2: {}
 
+  chalk@6.0.0: {}
+
   chokidar@3.6.0:
     dependencies:
       anymatch: 3.1.3
index 9216403f6e7e4b1baa2400a7edb0b337097dffde..5a49841d0a3f9dfb728c21557f1f824dd2700df7 100644 (file)
@@ -29,7 +29,7 @@
     "typecheck": "tsc --noEmit --skipLibCheck"
   },
   "dependencies": {
-    "chalk": "^5.6.2",
+    "chalk": "^6.0.0",
     "cli-table3": "^0.6.5",
     "commander": "^15.0.0",
     "ora": "^9.4.1",