Since md2, md5, sha1 hashing mechanisms are deprecated for iOS 13 and are not considered safe.
Why are we having it in integrity in dependencies in yarn.lock file.
"@types/redux-thunk@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@types/redux-thunk/-/redux-thunk-2.1.0........"
integrity sha1-vCtulylhgxr7gq.......
dependencies:
redux-thunk "*"
Is it safe to use for development?