From 3398a22529b7378132907fe17e1d3144251d6e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:28:25 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: [ynab](https://github.com/ynab/ynab-sdk-js), [zod](https://github.com/colinhacks/zod) and [typescript](https://github.com/microsoft/TypeScript). Updates `ynab` from 2.10.0 to 4.0.0 - [Release notes](https://github.com/ynab/ynab-sdk-js/releases) - [Commits](https://github.com/ynab/ynab-sdk-js/compare/v2.10.0...v4.0.0) Updates `zod` from 3.25.76 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: ynab dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 631498d..40fea4f 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "commander": "^14.0.2", "conf": "^15.0.2", "dayjs": "^1.11.19", - "ynab": "^2.10.0", - "zod": "^3.25.0" + "ynab": "^4.0.0", + "zod": "^4.3.6" }, "devDependencies": { "@biomejs/biome": "^2.3.11", @@ -59,7 +59,7 @@ "oxlint": "^1.38.0", "tsup": "^8.0.0", "tsx": "^4.7.0", - "typescript": "^5.3.0", + "typescript": "^6.0.2", "vitest": "^4.0.4" }, "engines": {