From d005bf0885edf4e3c0dfe4eb8f53cf8d8042aa62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 09:19:10 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.3.0 to 3.15.0 Snyk has created this PR to upgrade react-native-reanimated from 3.3.0 to 3.15.0. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/jaydenchee97/project/568ab7ea-cbdd-4420-8329-4c3d46a04a52?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 37 +++++++++++++------------------------ package.json | 2 +- 2 files changed, 14 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf82603..4970239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-native-maps": "1.7.1", "react-native-paper": "^5.10.0", "react-native-paper-dates": "^0.18.13", - "react-native-reanimated": "~3.3.0", + "react-native-reanimated": "^3.15.0", "react-native-reanimated-carousel": "^3.5.1", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.0", @@ -7402,20 +7402,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-object-assign": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz", - "integrity": "sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.22.11", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.11.tgz", @@ -29176,22 +29162,25 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz", - "integrity": "sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==", + "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-object-assign": "^7.16.7", + "@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" }, "peerDependencies": { "@babel/core": "^7.0.0-0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0-0", - "@babel/plugin-transform-arrow-functions": "^7.0.0-0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0-0", - "@babel/plugin-transform-template-literals": "^7.0.0-0", "react": "*", "react-native": "*" } diff --git a/package.json b/package.json index cc6df49..404863f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-native-maps": "1.7.1", "react-native-paper": "^5.10.0", "react-native-paper-dates": "^0.18.13", - "react-native-reanimated": "~3.3.0", + "react-native-reanimated": "~3.15.0", "react-native-reanimated-carousel": "^3.5.1", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.0",