This repository was archived by the owner on Apr 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mnightingale/react-native-image-cache-hoc" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " React Native Higher Order Component that adds advanced caching functionality to the react native Image component." ,
5
5
"keywords" : [
6
6
" react" ,
54
54
},
55
55
"dependencies" : {
56
56
"buffer" : " ^5.0.8" ,
57
- "crypto-js" : " ^4.0.0 " ,
57
+ "crypto-js" : " ^3.1.9-1 " ,
58
58
"path" : " ^0.12.7" ,
59
59
"prop-types" : " ^15.6.0" ,
60
60
"react-native-uuid" : " ^1.4.9" ,
Original file line number Diff line number Diff line change @@ -3984,10 +3984,10 @@ cross-spawn@^7.0.0:
3984
3984
shebang-command "^2.0.0"
3985
3985
which "^2.0.1"
3986
3986
3987
- crypto-js@^4.0.0 :
3988
- version "4.0 .0"
3989
- resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.0 .0.tgz#2904ab2677a9d042856a2ea2ef80de92e4a36dcc "
3990
- integrity sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg ==
3987
+ crypto-js@^3.1.9-1 :
3988
+ version "3.3 .0"
3989
+ resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-3.3 .0.tgz#846dd1cce2f68aacfa156c8578f926a609b7976b "
3990
+ integrity sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q ==
3991
3991
3992
3992
crypto-random-string@^1.0.0:
3993
3993
version "1.0.0"
You can’t perform that action at this time.
0 commit comments