From 0c721f2044de6024588ae6e67e0ee59af9e5dfe4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 10:14:25 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.10.1 to 3.15.0 Snyk has created this PR to upgrade react-native-reanimated from 3.10.1 to 3.15.0. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/tanyipeng834/project/9bac7905-6baa-4a36-bd16-4a83744311f9?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/iQMA-Skills-Builder/package-lock.json | 13 ++++++++----- frontend/iQMA-Skills-Builder/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/iQMA-Skills-Builder/package-lock.json b/frontend/iQMA-Skills-Builder/package-lock.json index 75c14d3..05d8549 100644 --- a/frontend/iQMA-Skills-Builder/package-lock.json +++ b/frontend/iQMA-Skills-Builder/package-lock.json @@ -23,7 +23,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-gesture-handler": "~2.16.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "^3.15.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10" @@ -1068,7 +1068,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" @@ -15684,15 +15683,19 @@ } }, "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.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/frontend/iQMA-Skills-Builder/package.json b/frontend/iQMA-Skills-Builder/package.json index ac0dfd8..3cbc2cf 100644 --- a/frontend/iQMA-Skills-Builder/package.json +++ b/frontend/iQMA-Skills-Builder/package.json @@ -30,7 +30,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-gesture-handler": "~2.16.1", - "react-native-reanimated": "~3.10.1", + "react-native-reanimated": "~3.15.0", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10"