From cf5a6517fcc6c3f2422c1238b0fa8adfb03f4418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:08:59 +0000 Subject: [PATCH] chore(deps): bump uuid in /ReactNativeFastImageExample 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] --- ReactNativeFastImageExample/package.json | 2 +- ReactNativeFastImageExample/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ReactNativeFastImageExample/package.json b/ReactNativeFastImageExample/package.json index f9cd028ca..591734d69 100644 --- a/ReactNativeFastImageExample/package.json +++ b/ReactNativeFastImageExample/package.json @@ -22,7 +22,7 @@ "react-native-vector-icons": "^6.6.0", "react-navigation": "^3.11.0", "react-timeout": "^1.1.2", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@babel/core": "^7.5.0", diff --git a/ReactNativeFastImageExample/yarn.lock b/ReactNativeFastImageExample/yarn.lock index 08c06138a..f4f0b181f 100644 --- a/ReactNativeFastImageExample/yarn.lock +++ b/ReactNativeFastImageExample/yarn.lock @@ -6404,6 +6404,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +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"