From 819597389b3f16ce83d3dda1f7f19250aafe72b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 07:02:10 +0000 Subject: [PATCH] build(deps-dev): bump uuid Bumps the npm_and_yarn group with 1 update in the /packages/datx-swr directory: [uuid](https://github.com/uuidjs/uuid). 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) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/datx-swr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datx-swr/package.json b/packages/datx-swr/package.json index 00dcc2061..e43b28b4e 100644 --- a/packages/datx-swr/package.json +++ b/packages/datx-swr/package.json @@ -67,7 +67,7 @@ "ts-jest": "^28.0.4", "tslib": "~2.4.0", "typescript": "~4.7.3", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "peerDependencies": { "react": "^16.11.0 || ^17.0.0 || ^18.0.0",