]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(deps): update all non-major dependencies (#2079)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 11 Aug 2026 15:40:31 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2026 15:40:31 +0000 (15:40 +0000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
package.json
pnpm-lock.yaml
ui/cli/package.json

index aac46dd4740c7335f8ff960dd6495303d4454a0d..e063781e3c8935c7ad6a6fc0df02daa01f66b81e 100644 (file)
@@ -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": {
     "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"
index a2ffaf0e76157b202c3afeccbd9509f673f05380..b84108fe7b22eeb09d0d88a9bea4f5f603eb7bd4 100644 (file)
@@ -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
index 99687b31b3807bf22999ec5b8f5ccbbb7d0d6d91..ff0b6a38128a91d7b2d03f223821c9116962440e 100644 (file)
@@ -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",