diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index 40f9c39..d38a8ac 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -13,7 +13,7 @@ "@apollo/client": "^3.5.6", "@babel/plugin-transform-object-rest-spread": "^7.23.4", "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@expo/vector-icons": "^14.0.0", + "@expo/vector-icons": "^15.1.1", "@react-native-async-storage/async-storage": "1.21.0", "@react-native-community/datetimepicker": "8.2.0", "@react-native-google-signin/google-signin": "^11.0.0", @@ -3297,9 +3297,15 @@ } }, "node_modules/@expo/vector-icons": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-14.0.0.tgz", - "integrity": "sha512-5orm59pdnBQlovhU9k4DbjMUZBHNlku7IRgFY56f7pcaaCnXq9yaLJoOQl9sMwNdFzf4gnkTyHmR5uN10mI9rA==" + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-15.1.1.tgz", + "integrity": "sha512-Iu2VkcoI5vygbtYngm7jb4ifxElNVXQYdDrYkT7UCEIiKLeWnQY0wf2ZhHZ+Wro6Sc5TaumpKUOqDRpLi5rkvw==", + "license": "MIT", + "peerDependencies": { + "expo-font": ">=14.0.4", + "react": "*", + "react-native": "*" + } }, "node_modules/@expo/xcpretty": { "version": "4.3.1", @@ -10194,6 +10200,17 @@ "expo": "*" } }, + "node_modules/expo/node_modules/@expo/vector-icons": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-14.1.0.tgz", + "integrity": "sha512-7T09UE9h8QDTsUeMGymB4i+iqvtEeaO5VvUjryFB4tugDTG/bkzViWA74hm5pfjjDEhYMXWaX112mcvhccmIwQ==", + "license": "MIT", + "peerDependencies": { + "expo-font": "*", + "react": "*", + "react-native": "*" + } + }, "node_modules/fast-base64-decode": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fast-base64-decode/-/fast-base64-decode-1.0.0.tgz", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index c1d4131..3356d66 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -38,7 +38,7 @@ "@apollo/client": "^3.5.6", "@babel/plugin-transform-object-rest-spread": "^7.23.4", "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@expo/vector-icons": "^14.0.0", + "@expo/vector-icons": "^15.1.1", "@react-native-async-storage/async-storage": "1.21.0", "@react-native-community/datetimepicker": "8.2.0",