Skip to content

Commit 1fd6cc5

Browse files
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](uuidjs/uuid@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-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ada57bf commit 1fd6cc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/zcli-apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"rimraf": "^3.0.2",
3030
"semver": "^7.3.2",
3131
"tslib": "^2.4.0",
32-
"uuid": "^8.3.2"
32+
"uuid": "^14.0.0"
3333
},
3434
"devDependencies": {
3535
"@oclif/test": "=2.1.0",

packages/zcli-connectors/src/templates/starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"prettier": "3.6.2",
1818
"typescript": "5.9.2",
1919
"typescript-eslint": "^8.2.0",
20-
"vitest": "~2.1.9"
20+
"vitest": "~4.1.8"
2121
}
2222
}

0 commit comments

Comments
 (0)