From 1e4dce6ced5d44826e2eaec31855d63d34c6f2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 14:18:32 +0000 Subject: [PATCH] Bump uuid from 3.3.2 to 14.0.0 in /example Bumps [uuid](https://github.com/uuidjs/uuid) from 3.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.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 3924f2ad..c07e9606 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "react-native-reanimated": "~1.1.0", "react-native-unimodules": "~0.5.2", "react-native-web": "^0.11.4", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "babel-preset-expo": "^6.0.0" diff --git a/example/yarn.lock b/example/yarn.lock index 368032db..f4f36a31 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5136,6 +5136,11 @@ uuid-js@^0.7.5: resolved "https://registry.yarnpkg.com/uuid-js/-/uuid-js-0.7.5.tgz#6c886d02a53d2d40dcf25d91a170b4a7b25b94d0" integrity sha1-bIhtAqU9LUDc8l2RoXC0p7JblNA= +uuid@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d" + integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg== + uuid@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"