Skip to content

Commit

Permalink
Add bl to resolutions to fix vuln (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Apr 1, 2020
1 parent 6efec3e commit 4509471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
]
},
"resolutions": {
"**/optimist/minimist": "^1.2.5"
"**/optimist/minimist": "^1.2.5",
"react-native-level-fs/**/bl": "^0.9.5"
},
"dependencies": {
"@react-native-community/async-storage": "1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1971,10 +1971,10 @@ bip66@^1.1.5:
dependencies:
safe-buffer "^5.0.1"

bl@~0.8.1:
version "0.8.2"
resolved "https://registry.yarnpkg.com/bl/-/bl-0.8.2.tgz#c9b6bca08d1bc2ea00fc8afb4f1a5fd1e1c66e4e"
integrity sha1-yba8oI0bwuoA/Ir7Txpf0eHGbk4=
bl@^0.9.5, bl@~0.8.1:
version "0.9.5"
resolved "https://registry.yarnpkg.com/bl/-/bl-0.9.5.tgz#c06b797af085ea00bc527afc8efcf11de2232054"
integrity sha1-wGt5evCF6gC8Unr8jvzxHeIjIFQ=
dependencies:
readable-stream "~1.0.26"

Expand Down

0 comments on commit 4509471

Please sign in to comment.