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"