From 81933cebc2fb3dc86a41979def4a8b1b05067882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:47:12 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /apps/react-native-b2b-demo directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /apps/react-native-demo directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /packages/core directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 3.4.0 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/v3.4.0...v14.0.0) Updates `uuid` from 3.4.0 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/v3.4.0...v14.0.0) 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/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/react-native-b2b-demo/package.json | 2 +- apps/react-native-demo/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/react-native-b2b-demo/package.json b/apps/react-native-b2b-demo/package.json index fa44f81..9abb611 100644 --- a/apps/react-native-b2b-demo/package.json +++ b/apps/react-native-b2b-demo/package.json @@ -29,7 +29,7 @@ "react-native": "0.83.4", "react-native-safe-area-context": "~5.6.2", "react-native-screens": "~4.23.0", - "uuid": "3.4.0" + "uuid": "14.0.0" }, "devDependencies": { "@babel/core": "7.29.6", diff --git a/apps/react-native-demo/package.json b/apps/react-native-demo/package.json index 4e3d987..5450b6f 100644 --- a/apps/react-native-demo/package.json +++ b/apps/react-native-demo/package.json @@ -32,7 +32,7 @@ "react-native": "0.83.4", "react-native-safe-area-context": "~5.6.2", "react-native-screens": "~4.23.0", - "uuid": "3.4.0" + "uuid": "14.0.0" }, "devDependencies": { "@babel/core": "7.29.6", diff --git a/packages/core/package.json b/packages/core/package.json index 878fe07..e5c6746 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -30,6 +30,6 @@ "typescript": "5.9.3" }, "dependencies": { - "uuid": "8.3.2" + "uuid": "14.0.0" } }