From 5d605bd7938b482ba21d7c5ebf12ca5d3dd3f7ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 01:53:41 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.13.0 to 3.15.0 Snyk has created this PR to upgrade react-native-reanimated from 3.13.0 to 3.15.0. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/chai/project/bad7386a-bd1f-46eb-99f7-e3e4b1fc26c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- demo/rn-expo-example/package-lock.json | 13 ++++++++----- demo/rn-expo-example/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/demo/rn-expo-example/package-lock.json b/demo/rn-expo-example/package-lock.json index cdc107c..197ee71 100644 --- a/demo/rn-expo-example/package-lock.json +++ b/demo/rn-expo-example/package-lock.json @@ -32,7 +32,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-gesture-handler": "~2.17.1", - "react-native-reanimated": "~3.13.0", + "react-native-reanimated": "^3.15.0", "react-native-safe-area-context": "4.10.7", "react-native-screens": "3.32.0", "react-native-web": "~0.19.12", @@ -1081,7 +1081,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -17283,15 +17282,19 @@ } }, "node_modules/react-native-reanimated": { - "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==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.0.tgz", + "integrity": "sha512-yGxOyYAAu/5CyjonM2SgsM5sviiiK8HiHL9jT1bKfRxMLnNX9cFP8/UXRkbMT7ZXIfOlCvNFR0AqnphpuXIPVA==", + "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", + "@babel/plugin-transform-class-properties": "^7.0.0-0", + "@babel/plugin-transform-classes": "^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", "@babel/plugin-transform-optional-chaining": "^7.0.0-0", "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", "@babel/plugin-transform-template-literals": "^7.0.0-0", + "@babel/plugin-transform-unicode-regex": "^7.0.0-0", "@babel/preset-typescript": "^7.16.7", "convert-source-map": "^2.0.0", "invariant": "^2.2.4" diff --git a/demo/rn-expo-example/package.json b/demo/rn-expo-example/package.json index 6e0cf72..0b4efe3 100644 --- a/demo/rn-expo-example/package.json +++ b/demo/rn-expo-example/package.json @@ -39,7 +39,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-gesture-handler": "~2.17.1", - "react-native-reanimated": "~3.13.0", + "react-native-reanimated": "~3.15.0", "react-native-safe-area-context": "4.10.7", "react-native-screens": "3.32.0", "react-native-web": "~0.19.12",