diff --git a/src/client/package-lock.json b/src/client/package-lock.json index e420dec..86e698d 100644 --- a/src/client/package-lock.json +++ b/src/client/package-lock.json @@ -8,7 +8,7 @@ "name": "vetly-frontend", "version": "1.0.0", "dependencies": { - "@expo/vector-icons": "^14.1.0", + "@expo/vector-icons": "^15.1.1", "@react-native-async-storage/async-storage": "2.1.2", "@react-native-community/cli": "^18.0.1", "@react-native-firebase/app": "^23.7.0", @@ -2736,12 +2736,12 @@ "license": "MIT" }, "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==", + "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": "*", + "expo-font": ">=14.0.4", "react": "*", "react-native": "*" } @@ -11090,6 +11090,17 @@ "react-native": "*" } }, + "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/expo/node_modules/expo-constants": { "version": "17.1.8", "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.8.tgz", diff --git a/src/client/package.json b/src/client/package.json index e535a04..82a7531 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -19,7 +19,7 @@ "preset": "jest-expo" }, "dependencies": { - "@expo/vector-icons": "^14.1.0", + "@expo/vector-icons": "^15.1.1", "@react-native-async-storage/async-storage": "2.1.2", "@react-native-community/cli": "^18.0.1", "@react-native-firebase/app": "^23.7.0",