From 308fbb184eb340f7fc7c5ea3780d1eb3acbd270c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:55:37 +0000 Subject: [PATCH] build(deps): bump the root-dependencies group across 1 directory with 5 updates Bumps the root-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chalk](https://github.com/chalk/chalk) | `5.6.2` | `6.0.0` | | [confbox](https://github.com/unjs/confbox) | `0.2.4` | `0.3.1` | | [undici](https://github.com/nodejs/undici) | `7.29.1` | `8.10.2` | | [uuid](https://github.com/uuidjs/uuid) | `13.0.2` | `14.0.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` | Updates `chalk` from 5.6.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.6.2...v6.0.0) Updates `confbox` from 0.2.4 to 0.3.1 - [Release notes](https://github.com/unjs/confbox/releases) - [Changelog](https://github.com/unjs/confbox/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/confbox/compare/v0.2.4...v0.3.1) Updates `undici` from 7.29.1 to 8.10.2 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.29.1...v8.10.2) Updates `uuid` from 13.0.2 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v13.0.2...v14.0.2) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v7.0.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: root-dependencies - dependency-name: confbox dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: root-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: root-dependencies - dependency-name: undici dependency-version: 8.10.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: root-dependencies - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: root-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 306ded1..077c28b 100644 --- a/package.json +++ b/package.json @@ -65,12 +65,12 @@ "@playwright/test": "^1.63.0", "@types/bun": "^1.3.14", "better-sqlite3": "^13.0.3", - "typescript": "^5" + "typescript": "^7" }, "dependencies": { "bcryptjs": "^3.0.3", - "chalk": "^5", - "confbox": "^0.2.4", + "chalk": "^6", + "confbox": "^0.3.1", "hono": "^4.13.1", "jose": "^6.2.8", "node-machine-id": "^1.1.12", @@ -78,8 +78,8 @@ "ora": "^9", "socks-proxy-agent": "^10.1.0", "sql.js": "^1.14.1", - "undici": "^7.19.2", - "uuid": "^13" + "undici": "^8.10.2", + "uuid": "^14" }, "optionalDependencies": { "systray2": "^2.1.0"