diff --git a/frontend/mobile/package.json b/frontend/mobile/package.json index c04448c76..3a28ae04e 100644 --- a/frontend/mobile/package.json +++ b/frontend/mobile/package.json @@ -15,7 +15,7 @@ "preset": "jest-expo" }, "dependencies": { - "@expo/vector-icons": "^14.0.0", + "@expo/vector-icons": "^14.0.2", "@generatesac/lib": "^0.0.1", "@react-navigation/native": "^6.0.2", "@reduxjs/toolkit": "^2.2.4", diff --git a/frontend/mobile/yarn.lock b/frontend/mobile/yarn.lock index 66ac2b1c0..007c4107f 100644 --- a/frontend/mobile/yarn.lock +++ b/frontend/mobile/yarn.lock @@ -1301,10 +1301,10 @@ dependencies: cross-spawn "^7.0.3" -"@expo/vector-icons@^14.0.0": - version "14.0.1" - resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-14.0.1.tgz#c0b338548c374af862425d8fd1a4287d3fb7df12" - integrity sha512-7oIe1RRWmRQXNxmewsuAaIRNAQfkig7EFTuI5T8PCI7T4q/rS5iXWvlzAEXndkzSOSs7BAANrLyj7AtpEhTksg== +"@expo/vector-icons@^14.0.0", "@expo/vector-icons@^14.0.2": + version "14.0.2" + resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-14.0.2.tgz#f7f6c4cb5ef356d1171d2b4e059217556738fd3b" + integrity sha512-70LpmXQu4xa8cMxjp1fydgRPsalefnHaXLzIwaHMEzcZhnyjw2acZz8azRrZOslPVAWlxItOa2Dd7WtD/kI+CA== dependencies: prop-types "^15.8.1"