From 7ca74b3b0d8a55dd0e677f5fbb32bc1202e0f741 Mon Sep 17 00:00:00 2001 From: CrissZollo Date: Tue, 30 Sep 2025 19:29:42 +0200 Subject: [PATCH] Adding packages and updates --- package-lock.json | 16 +++------------- package.json | 4 ++-- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67a48ca..9d3c2b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@expo/metro-runtime": "~4.0.1", "@expo/vector-icons": "~14.0.4", "@lottiefiles/dotlottie-react": "^0.6.5", - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/blur": "^4.4.1", "@react-native-community/netinfo": "^11.4.1", "@react-native-community/slider": "4.5.5", @@ -28,7 +28,7 @@ "@supabase/supabase-js": "^2.54.0", "@types/lodash": "^4.17.16", "@types/react-native-video": "^5.0.20", - "axios": "^1.11.0", + "axios": "^1.12.2", "axios-cookiejar-support": "^6.0.4", "cheerio-without-node-native": "^0.20.2", "crypto-js": "^4.2.0", @@ -74,8 +74,7 @@ "react-native-url-polyfill": "^2.0.0", "react-native-video": "^6.12.0", "react-native-web": "~0.19.13", - "react-native-wheel-color-picker": "^1.3.1", - "undici": "^7.16.0" + "react-native-wheel-color-picker": "^1.3.1" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -15008,15 +15007,6 @@ "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==", "license": "MIT" }, - "node_modules/undici": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", - "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", - "license": "MIT", - "engines": { - "node": ">=20.18.1" - } - }, "node_modules/undici-types": { "version": "7.12.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", diff --git a/package.json b/package.json index 99c31ee..8a91332 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@expo/metro-runtime": "~4.0.1", "@expo/vector-icons": "~14.0.4", "@lottiefiles/dotlottie-react": "^0.6.5", - "@react-native-async-storage/async-storage": "1.23.1", + "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/blur": "^4.4.1", "@react-native-community/netinfo": "^11.4.1", "@react-native-community/slider": "4.5.5", @@ -28,7 +28,7 @@ "@supabase/supabase-js": "^2.54.0", "@types/lodash": "^4.17.16", "@types/react-native-video": "^5.0.20", - "axios": "^1.11.0", + "axios": "^1.12.2", "axios-cookiejar-support": "^6.0.4", "cheerio-without-node-native": "^0.20.2", "crypto-js": "^4.2.0",