From 6afe271db09ecf109f4d2336978b6aba1e0084a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 08:19:16 +0000 Subject: [PATCH] fix: upgrade react-native-reanimated from 3.10.0 to 3.13.0 Snyk has created this PR to upgrade react-native-reanimated from 3.10.0 to 3.13.0. See this package in npm: react-native-reanimated See this project in Snyk: https://app.snyk.io/org/muhiddinjv/project/bea1511b-cb2c-42c4-a80c-3435b0612dc6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 57 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f694e3a..6160652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,19 +16,19 @@ "@shopify/flash-list": "1.6.4", "@tanstack/react-query": "^5.18.1", "axios": "^1.6.7", - "expo": "^51.0.15", + "expo": "~51.0.15", "expo-status-bar": "~1.12.1", "loadash": "^1.0.0", "nativewind": "^2.0.11", "react": "18.2.0", "react-hook-form": "^7.52.0", - "react-native": "^0.74.2", + "react-native": "0.74.2", "react-native-gesture-handler": "^2.14.1", "react-native-modal": "^13.0.1", "react-native-pager-view": "6.3.0", "react-native-paper": "^5.12.3", - "react-native-reanimated": "3.10.0", - "react-native-safe-area-context": "^4.10.5", + "react-native-reanimated": "^3.13.0", + "react-native-safe-area-context": "4.10.5", "react-native-screens": "^3.29.0", "react-native-sensitive-info": "^5.5.8", "react-native-status-bar-height": "^2.6.0", @@ -6115,6 +6115,27 @@ "join-component": "^1.1.0" } }, + "node_modules/@shopify/flash-list": { + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-1.6.4.tgz", + "integrity": "sha512-M2momcnY7swsvmpHIFDVbdOaFw4aQocJXA/lFP0Gpz+alQjFylqVKvszxl4atYO2SNbjxlb2L6hEP9WEcAknGQ==", + "license": "MIT", + "dependencies": { + "recyclerlistview": "4.2.0", + "tslib": "2.4.0" + }, + "peerDependencies": { + "@babel/runtime": "*", + "react": "*", + "react-native": "*" + } + }, + "node_modules/@shopify/flash-list/node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "license": "0BSD" + }, "node_modules/@sideway/address": { "version": "4.1.5", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", @@ -12809,9 +12830,10 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.10.0.tgz", - "integrity": "sha512-oiQiO+iJ8HTXTli94+Cl5R7nd+TzZf+3MYnMKWtnVDDCxFsqBgpkKO2Xp2ZhZyseXY/JDdH0//E7LlPQRRxpXg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.13.0.tgz", + "integrity": "sha512-7vl3NMEiuVIV0vYjr/TbL9bXVes+GcfnhK/A3X02LQ+QFbSZp1xfAxOmePabgyjyz3GIALeXcx5fldo3kOM3gA==", + "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator": "^7.0.0-0", @@ -13200,6 +13222,21 @@ "node": ">=0.10.0" } }, + "node_modules/recyclerlistview": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/recyclerlistview/-/recyclerlistview-4.2.0.tgz", + "integrity": "sha512-uuBCi0c+ggqHKwrzPX4Z/mJOzsBbjZEAwGGmlwpD/sD7raXixdAbdJ6BTcAmuWG50Cg4ru9p12M94Njwhr/27A==", + "license": "Apache-2.0", + "dependencies": { + "lodash.debounce": "4.0.8", + "prop-types": "15.8.1", + "ts-object-utils": "0.0.5" + }, + "peerDependencies": { + "react": ">= 15.2.1", + "react-native": ">= 0.30.0" + } + }, "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", @@ -14521,6 +14558,12 @@ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" }, + "node_modules/ts-object-utils": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/ts-object-utils/-/ts-object-utils-0.0.5.tgz", + "integrity": "sha512-iV0GvHqOmilbIKJsfyfJY9/dNHCs969z3so90dQWsO1eMMozvTpnB1MEaUbb3FYtZTGjv5sIy/xmslEz0Rg2TA==", + "license": "ISC" + }, "node_modules/tslib": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", diff --git a/package.json b/package.json index 03d7fd2..83031be 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-native-modal": "^13.0.1", "react-native-pager-view": "6.3.0", "react-native-paper": "^5.12.3", - "react-native-reanimated": "3.10.0", + "react-native-reanimated": "3.13.0", "react-native-safe-area-context": "4.10.5", "react-native-screens": "^3.29.0", "react-native-sensitive-info": "^5.5.8",