diff --git a/package.json b/package.json index b799db3..7d2e1d0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/react": "18.0.15", "@types/react-native": "0.69.5", "@types/react-native-indicators": "^0.16.2", - "@types/react-native-vector-icons": "^6.4.10", + "@types/react-native-vector-icons": "^6.4.13", "@types/react-test-renderer": "18.0.0", "@typescript-eslint/eslint-plugin": "5.30.5", "@typescript-eslint/parser": "5.30.5", diff --git a/yarn.lock b/yarn.lock index 96a40f0..34de16f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2845,15 +2845,22 @@ "@types/react" "*" "@types/react-native" "*" -"@types/react-native-vector-icons@^6.4.10": - version "6.4.11" - resolved "https://registry.yarnpkg.com/@types/react-native-vector-icons/-/react-native-vector-icons-6.4.11.tgz#8783d4248377aec14e06420397037b96ff242684" - integrity sha512-jUy9CsTu1Cl3k6WRE7GnqBRHbuSv55PRVfMEel+fF73HKpF8g5JmTzTVMBDX8NfY3PlfIY5VlxiqWZxdjm38Pg== +"@types/react-native-vector-icons@^6.4.13": + version "6.4.13" + resolved "https://registry.yarnpkg.com/@types/react-native-vector-icons/-/react-native-vector-icons-6.4.13.tgz#28b34d15094e040718beefb67cb3eff0c4994cb6" + integrity sha512-1PqFoKuXTSzMHwGMAr+REdYJBQAbe9xrww3ecZR0FsHcD1K+vGS/rxuAriL4rsI6+p69sZQjDzpEVAbDQcjSwA== + dependencies: + "@types/react" "*" + "@types/react-native" "^0.70" + +"@types/react-native@*", "@types/react-native@^0.70": + version "0.70.13" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.70.13.tgz#a38a1378e68dc25fe5911b09c49b8afffe191316" + integrity sha512-VnC/ny8Eynk3fvY4cnNKXpo/0zUhA2gO64RX51yzVofblOP6TR6jciga0kIjI4c+2eUyWNGrahmiolNm+QU6Cw== dependencies: "@types/react" "*" - "@types/react-native" "*" -"@types/react-native@*", "@types/react-native@0.69.5": +"@types/react-native@0.69.5": version "0.69.5" resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.69.5.tgz#7709fdbff031a5ecf1956705e6c4a07cdfe6867c" integrity sha512-mSUCuGUsW2kJlZiu4GmdYVDKZX/52iyC9rm6dxAmflJj1b7kSO/CMSDy5WbcfS8QerxTqbYGTrIwHD0GnXHzbQ==