From f10cc4aeb588ab31d370eb21cd11cbdfedf1110d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 10:24:20 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.12.1 to 3.15.1 Snyk has created this PR to upgrade react-native-reanimated from 3.12.1 to 3.15.1. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/alaa-1074002/project/557580a5-9a20-40a1-931e-e27e03adbef7?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/mobile/package-lock.json | 14 +++++++++----- frontend/mobile/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/mobile/package-lock.json b/frontend/mobile/package-lock.json index a567990..bc3a083 100644 --- a/frontend/mobile/package-lock.json +++ b/frontend/mobile/package-lock.json @@ -19,9 +19,9 @@ "expo-status-bar": "~1.12.1", "nativewind": "^2.0.11", "react": "18.2.0", - "react-native": "^0.75.0", + "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", - "react-native-reanimated": "^3.12.1", + "react-native-reanimated": "^3.15.1", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0", @@ -12729,15 +12729,19 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.12.1.tgz", - "integrity": "sha512-aXyV1ydKNA2u9fqRL8Z4fJ2RxNAusujNDdC4k0y9CawNEay5AGYgxhANqmjAabGRzHxsvfCXJC09lvbTRMHIFA==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.15.1.tgz", + "integrity": "sha512-DbBeUUExtJ1x1nfE94I8qgDgWjq5ztM3IO/+XFO+agOkPeVpBs5cRnxHfJKrjqJ2MgwhJOUDmtHxo+tDsoeitg==", + "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/frontend/mobile/package.json b/frontend/mobile/package.json index 9c0a4a4..3d99923 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -23,7 +23,7 @@ "react": "18.2.0", "react-native": "0.75.0", "react-native-gesture-handler": "^2.17.1", - "react-native-reanimated": "^3.12.1", + "react-native-reanimated": "^3.15.1", "react-native-safe-area-context": "^4.10.5", "react-native-screens": "^3.32.0", "react-native-toast-message": "^2.2.0",