From 36fbc3f6ef991283045e8b29865a86e8439fcf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:05:14 +0000 Subject: [PATCH] build(deps): Bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml) and [typescript](https://github.com/microsoft/TypeScript). Updates `js-yaml` from 4.3.0 to 5.2.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...5.2.1) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- api/package.json | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package.json b/api/package.json index a68e948..1604593 100644 --- a/api/package.json +++ b/api/package.json @@ -20,13 +20,13 @@ "@hono/zod-validator": "^0.8.0", "hono": "^4.12.25", "jose": "^6.2.3", - "js-yaml": "^4.1.1", + "js-yaml": "^5.2.1", "mongodb": "^7.2.0", "zod": "^4.4.3" }, "devDependencies": { "@types/bun": "^1.2.0", "@types/js-yaml": "^4.0.9", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } } diff --git a/frontend/package.json b/frontend/package.json index 6c3bc9e..5ab4b03 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "jsdom": "^29.1.1", "postcss": "^8.4.0", "tailwindcss": "^4.3.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.0.13", "vitest": "^4.1.7" }