diff --git a/.changeset/bob-the-bundler-416-dependencies.md b/.changeset/bob-the-bundler-416-dependencies.md new file mode 100644 index 00000000..b9039f08 --- /dev/null +++ b/.changeset/bob-the-bundler-416-dependencies.md @@ -0,0 +1,5 @@ +--- +"bob-the-bundler": patch +--- +dependencies updates: + - Updated dependency [`zod@^4.0.0` ↗︎](https://www.npmjs.com/package/zod/v/4.0.0) (from `^3.20.2`, in `dependencies`) diff --git a/package.json b/package.json index 35098480..6f75a7c4 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "resolve.exports": "^2.0.0", "tslib": "^2.0.0", "yargs": "^18.0.0", - "zod": "^3.20.2" + "zod": "^4.0.0" }, "devDependencies": { "@changesets/changelog-github": "0.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 207e6590..06bb5fc7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^18.0.0 version: 18.0.0 zod: - specifier: ^3.20.2 - version: 3.25.76 + specifier: ^4.0.0 + version: 4.0.14 devDependencies: '@changesets/changelog-github': specifier: 0.5.1 @@ -2345,8 +2345,8 @@ packages: resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} engines: {node: '>=18'} - zod@3.25.76: - resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zod@4.0.14: + resolution: {integrity: sha512-nGFJTnJN6cM2v9kXL+SOBq3AtjQby3Mv5ySGFof5UGRHrRioSJ5iG680cYNjE/yWk671nROcpPj4hAS8nyLhSw==} snapshots: @@ -4792,4 +4792,4 @@ snapshots: yoctocolors@2.1.1: {} - zod@3.25.76: {} + zod@4.0.14: {}