From 8ce044f68787ae67298cd7d4b67b738d5c3a93dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Jul 2025 05:24:58 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.10.1 to 3.18.0 Snyk has created this PR to upgrade react-native-reanimated from 3.10.1 to 3.18.0. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/raphckrman/project/9125f246-3b6f-4c99-9b2f-3f5dfff86de4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65c1c671c..31df361ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "react-native-parsed-text": "^0.0.22", "react-native-pressable-scale": "^2.1.0", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.18.0", "react-native-safe-area-context": "4.10.5", "react-native-screens": "^4.9.1", "react-native-share": "^12.0.3", @@ -1170,7 +1170,6 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "license": "MIT", - "peer": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.25.9", "@babel/helper-plugin-utils": "^7.25.9" @@ -18488,6 +18487,16 @@ "react-native-ios-utilities": "*" } }, + "node_modules/react-native-is-edge-to-edge": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz", + "integrity": "sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-pager-view": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.3.0.tgz", @@ -18540,19 +18549,23 @@ } }, "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.18.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.18.0.tgz", + "integrity": "sha512-eVcNcqeOkMW+BUWAHdtvN3FKgC8J8wiEJkX6bNGGQaLS7m7e4amTfjIcqf/Ta+lerZLurmDaQ0lICI1CKPrb1Q==", "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" + "invariant": "^2.2.4", + "react-native-is-edge-to-edge": "1.1.7" }, "peerDependencies": { "@babel/core": "^7.0.0-0", diff --git a/package.json b/package.json index 002e088ca..2a433bd55 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "react-native-parsed-text": "^0.0.22", "react-native-pressable-scale": "^2.1.0", "react-native-qrcode-svg": "^6.3.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.18.0", "react-native-safe-area-context": "4.10.5", "react-native-screens": "^4.9.1", "react-native-share": "^12.0.3",