From d52fbfebc67e3a62d4e3e740d1d6840de1c43257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:24:11 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.76 to 4.4.3 in /infrastructure/pulumi Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- infrastructure/pulumi/live/package.json | 2 +- infrastructure/pulumi/package-lock.json | 47 +++---------------------- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/infrastructure/pulumi/live/package.json b/infrastructure/pulumi/live/package.json index 711c6d7..5d79ad4 100644 --- a/infrastructure/pulumi/live/package.json +++ b/infrastructure/pulumi/live/package.json @@ -17,7 +17,7 @@ "@pulumi/aws": "^6.80.0", "@pulumi/cloudflare": "^6.5.0", "@pulumi/pulumi": "^3.154.0", - "zod": "^3.24.2" + "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.13.10", diff --git a/infrastructure/pulumi/package-lock.json b/infrastructure/pulumi/package-lock.json index 713dd7d..2bd0be3 100644 --- a/infrastructure/pulumi/package-lock.json +++ b/infrastructure/pulumi/package-lock.json @@ -32,7 +32,7 @@ "@pulumi/aws": "^6.80.0", "@pulumi/cloudflare": "^6.5.0", "@pulumi/pulumi": "^3.154.0", - "zod": "^3.24.2" + "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.13.10", @@ -1584,9 +1584,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1601,9 +1598,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1618,9 +1612,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1635,9 +1626,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1652,9 +1640,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1669,9 +1654,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1668,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1682,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1696,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1710,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1754,9 +1724,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1771,9 +1738,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1788,9 +1752,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4935,9 +4896,9 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks"