diff --git a/package-lock.json b/package-lock.json index 66a176a..d44fd4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "react-native-pin-view": "^3.0.3", "react-native-quick-crypto": "^0.7.1", "react-native-randombytes": "^3.6.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.13.0", "react-native-rsa": "^0.0.3", "react-native-rsa-native": "^2.0.5", "react-native-safe-area-context": "^4.10.5", @@ -15064,9 +15064,10 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.10.1.tgz", - "integrity": "sha512-sfxg6vYphrDc/g4jf/7iJ7NRi+26z2+BszPmvmk0Vnrz6FL7HYljJqTf531F1x6tFmsf+FEAmuCtTUIXFLVo9w==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.13.0.tgz", + "integrity": "sha512-7vl3NMEiuVIV0vYjr/TbL9bXVes+GcfnhK/A3X02LQ+QFbSZp1xfAxOmePabgyjyz3GIALeXcx5fldo3kOM3gA==", + "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", diff --git a/package.json b/package.json index 97466ba..ae2efc5 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-native-pin-view": "^3.0.3", "react-native-quick-crypto": "^0.7.1", "react-native-randombytes": "^3.6.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.13.0", "react-native-rsa": "^0.0.3", "react-native-rsa-native": "^2.0.5", "react-native-safe-area-context": "^4.10.5",