From 8c38ac736b25f64e7e2180db7b62554f4be94641 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 21:45:39 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @react-native-community/datetimepicker from 8.0.1 to 8.2.0. See this package in npm: https://www.npmjs.com/package/@react-native-community/datetimepicker - @react-native-community/netinfo from 11.3.1 to 11.3.2. See this package in npm: https://www.npmjs.com/package/@react-native-community/netinfo - @sentry/react-native from 5.26.0 to 5.31.0. See this package in npm: https://www.npmjs.com/package/@sentry/react-native - @shopify/react-native-skia from 1.2.3 to 1.3.11. See this package in npm: https://www.npmjs.com/package/@shopify/react-native-skia - lucide-react-native from 0.417.0 to 0.436.0. See this package in npm: https://www.npmjs.com/package/lucide-react-native - react-native from 0.74.2 to 0.75.2. See this package in npm: https://www.npmjs.com/package/react-native - react-native-gesture-handler from 2.16.2 to 2.18.1. See this package in npm: https://www.npmjs.com/package/react-native-gesture-handler - react-native-pager-view from 6.3.0 to 6.4.0. See this package in npm: https://www.npmjs.com/package/react-native-pager-view - react-native-reanimated from 3.10.1 to 3.15.0. See this package in npm: https://www.npmjs.com/package/react-native-reanimated - react-native-safe-area-context from 4.10.1 to 4.10.9. See this package in npm: https://www.npmjs.com/package/react-native-safe-area-context - react-native-screens from 3.31.1 to 3.34.0. See this package in npm: https://www.npmjs.com/package/react-native-screens - react-native-svg from 15.2.0 to 15.6.0. See this package in npm: https://www.npmjs.com/package/react-native-svg See this project in Snyk: https://app.snyk.io/org/akjus/project/75ad0233-7301-4f61-831f-b0368a9a2863?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/mobile/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 23e1c98f..b7b1a6a8 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -38,8 +38,8 @@ "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", "@react-native-async-storage/async-storage": "^1.23.1", - "@react-native-community/datetimepicker": "8.0.1", - "@react-native-community/netinfo": "11.3.1", + "@react-native-community/datetimepicker": "8.2.0", + "@react-native-community/netinfo": "11.3.2", "@react-navigation/native": "^6.0.2", "@rn-primitives/collapsible": "^1.0.3", "@rn-primitives/dropdown-menu": "^1.0.3", @@ -49,8 +49,8 @@ "@rn-primitives/slot": "^1.0.3", "@rn-primitives/switch": "^1.0.3", "@rn-primitives/types": "^1.0.3", - "@sentry/react-native": "~5.26.0", - "@shopify/react-native-skia": "1.2.3", + "@sentry/react-native": "~5.31.0", + "@shopify/react-native-skia": "1.3.11", "@tanstack/query-async-storage-persister": "^5.51.1", "@tanstack/react-query": "^5.40.1", "@tanstack/react-query-persist-client": "^5.51.1", @@ -88,20 +88,20 @@ "expo-web-browser": "~13.0.3", "hono": "^4.4.8", "lodash-es": "^4.17.21", - "lucide-react-native": "^0.417.0", + "lucide-react-native": "^0.436.0", "nativewind": "^4.1.4", "posthog-react-native": "^3.1.1", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.51.5", - "react-native": "0.74.2", - "react-native-gesture-handler": "~2.16.1", - "react-native-pager-view": "6.3.0", + "react-native": "0.75.2", + "react-native-gesture-handler": "~2.18.1", + "react-native-pager-view": "6.4.0", "react-native-purchases": "^8.1.0", - "react-native-reanimated": "~3.10.1", - "react-native-safe-area-context": "4.10.1", - "react-native-screens": "3.31.1", - "react-native-svg": "15.2.0", + "react-native-reanimated": "~3.15.0", + "react-native-safe-area-context": "4.10.9", + "react-native-screens": "3.34.0", + "react-native-svg": "15.6.0", "react-native-text-ticker": "^1.14.0", "react-native-web": "~0.19.10", "svg-path-properties": "^1.3.0",