]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(deps): update dependency zod to ^4.5.2 (#2103)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Tue, 1 Sep 2026 14:43:43 +0000 (14:43 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2026 14:43:43 +0000 (14:43 +0000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
package.json
pnpm-lock.yaml
ui/common/package.json

index a33ca93bb85a3f9a1c7e5653ba0533919b514e7f..cc4ff4caedb20de1669c29e80371b0fa067963b4 100644 (file)
@@ -92,7 +92,7 @@
     "winston": "^3.19.0",
     "winston-daily-rotate-file": "^5.0.0",
     "ws": "^8.21.3",
-    "zod": "^4.5.1"
+    "zod": "^4.5.2"
   },
   "optionalDependencies": {
     "bufferutil": "^4.1.0",
index cca5f51ccf5c4d4ce5f1b5f7320c2d118966529d..63377aab64c8c1ad53179a1793f7bb16e262e69a 100644 (file)
@@ -69,7 +69,7 @@ importers:
         specifier: ^8.21.3
         version: 8.21.3(bufferutil@4.1.0)(utf-8-validate@6.0.6)
       zod:
-        specifier: ^4.5.1
+        specifier: ^4.5.2
         version: 4.5.4
     devDependencies:
       '@commitlint/cli':
@@ -198,7 +198,7 @@ importers:
   ui/common:
     dependencies:
       zod:
-        specifier: ^4.5.1
+        specifier: ^4.5.2
         version: 4.5.4
 
   ui/web:
index 78bcbab8cc5bbc96c7efd6e8ec8dcc05949d87f5..63e5e0a0b2e4c84ffa66b306f333f5c28ff7120d 100644 (file)
@@ -25,7 +25,7 @@
     "typecheck": "tsc --noEmit --skipLibCheck"
   },
   "dependencies": {
-    "zod": "^4.5.1"
+    "zod": "^4.5.2"
   },
   "devDependencies": {}
 }