From e8ff8dc37a5c9009f174cea2700164763534e6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:33:46 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /packages/zcli-apps directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /packages/zcli-connectors/src/templates/starter directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `uuid` from 8.3.2 to 14.0.0 - [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/v8.3.2...v14.0.0) Updates `vitest` from 2.1.9 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/zcli-apps/package.json | 2 +- packages/zcli-connectors/src/templates/starter/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/zcli-apps/package.json b/packages/zcli-apps/package.json index b48a99ab..569dc467 100644 --- a/packages/zcli-apps/package.json +++ b/packages/zcli-apps/package.json @@ -29,7 +29,7 @@ "rimraf": "^3.0.2", "semver": "^7.3.2", "tslib": "^2.4.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@oclif/test": "=2.1.0", diff --git a/packages/zcli-connectors/src/templates/starter/package.json b/packages/zcli-connectors/src/templates/starter/package.json index 4b86d6c3..4226aaf4 100644 --- a/packages/zcli-connectors/src/templates/starter/package.json +++ b/packages/zcli-connectors/src/templates/starter/package.json @@ -17,6 +17,6 @@ "prettier": "3.6.2", "typescript": "5.9.2", "typescript-eslint": "^8.2.0", - "vitest": "~2.1.9" + "vitest": "~4.1.8" } }