From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 12:42:07 +0000 (+0200) Subject: fix(deps): update dependency zod to ^4.4.2 (#1823) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cfb50bfeca714987eaa9e23d1f7210bb3b56f080;p=e-mobility-charging-stations-simulator.git fix(deps): update dependency zod to ^4.4.2 (#1823) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/package.json b/package.json index ab67bdc9..1fc868b8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0", "ws": "^8.20.0", - "zod": "^4.4.1" + "zod": "^4.4.2" }, "optionalDependencies": { "bufferutil": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 552a023e..aa4abcd0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: version: 6.6.13(@mikro-orm/core@6.6.13) '@modelcontextprotocol/sdk': specifier: ~1.29.0 - version: 1.29.0(zod@4.4.1) + version: 1.29.0(zod@4.4.2) ajv: specifier: ^8.20.0 version: 8.20.0 @@ -86,8 +86,8 @@ importers: specifier: ^8.20.0 version: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) zod: - specifier: ^4.4.1 - version: 4.4.1 + specifier: ^4.4.2 + version: 4.4.2 devDependencies: '@commitlint/cli': specifier: ^20.5.3 @@ -215,8 +215,8 @@ importers: ui/common: dependencies: zod: - specifier: ^4.4.1 - version: 4.4.1 + specifier: ^4.4.2 + version: 4.4.2 ui/web: dependencies: @@ -6736,8 +6736,8 @@ packages: peerDependencies: zod: ^3.25.28 || ^4 - zod@4.4.1: - resolution: {integrity: sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==} + zod@4.4.2: + resolution: {integrity: sha512-IynmDyxsEsb9RKzO3J9+4SxXnl2FTFSzNBaKKaMV6tsSk0rw9gYw9gs+JFCq/qk2LCZ78KDwyj+Z289TijSkUw==} snapshots: @@ -7856,7 +7856,7 @@ snapshots: globby: 11.1.0 ts-morph: 27.0.2 - '@modelcontextprotocol/sdk@1.29.0(zod@4.4.1)': + '@modelcontextprotocol/sdk@1.29.0(zod@4.4.2)': dependencies: '@hono/node-server': 1.19.14(hono@4.12.14) ajv: 8.20.0 @@ -7873,8 +7873,8 @@ snapshots: json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 raw-body: 3.0.2 - zod: 4.4.1 - zod-to-json-schema: 3.25.2(zod@4.4.1) + zod: 4.4.2 + zod-to-json-schema: 3.25.2(zod@4.4.2) transitivePeerDependencies: - supports-color @@ -13987,8 +13987,8 @@ snapshots: yoctocolors@2.1.2: {} - zod-to-json-schema@3.25.2(zod@4.4.1): + zod-to-json-schema@3.25.2(zod@4.4.2): dependencies: - zod: 4.4.1 + zod: 4.4.2 - zod@4.4.1: {} + zod@4.4.2: {} diff --git a/ui/common/package.json b/ui/common/package.json index 4cdc5e7a..c80ba1da 100644 --- a/ui/common/package.json +++ b/ui/common/package.json @@ -25,7 +25,7 @@ "typecheck": "tsc --noEmit --skipLibCheck" }, "dependencies": { - "zod": "^4.4.1" + "zod": "^4.4.2" }, "devDependencies": {} }