From 1a1f3e45b9a8371f67cb9f788da6396e39b56119 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 16:59:33 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.10.1 to 3.16.3 Snyk has created this PR to upgrade react-native-reanimated from 3.10.1 to 3.16.3. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/engineering-CGCiXj96RbVotntN7wcPgV/project/96c1a699-0761-4b94-ab68-1dc6eb1e314b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2bcba4..1930f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.16.3", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0", @@ -18727,14 +18727,19 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.10.1", + "version": "3.16.3", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.3.tgz", + "integrity": "sha512-OWlA6e1oHhytTpc7WiSZ7Tmb8OYwLKYZz29Sz6d6WAg60Hm5GuAiKIWUG7Ako7FLcYhFkA0pEQ2xPMEYUo9vlw==", "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/package.json b/package.json index 3007687..bb56727 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "~2.16.1", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.16.3", "react-native-safe-area-context": "4.11.0", "react-native-screens": "3.31.1", "react-native-svg": "15.2.0",