Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fix pbkdf2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Jul 12, 2021
1 parent 28a2546 commit fb9c8fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,15 @@
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^1.19.1",
"react-native-debugger-open": "^0.3.25",
"rn-nodeify": "^10.2.0",
"rn-nodeify": "10.3.0",
"ws": "^7.5.2",
"yarn-deduplicate": "^2.1.1"
},
"resolutions": {
"**/pbkdf2": "3.1.1",
"**/**/pbkdf2": "3.1.1",
"**/**/**/pbkdf2": "3.1.1"
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10190,17 +10190,10 @@ path-type@^2.0.0:
dependencies:
pify "^2.0.0"

[email protected]:
version "3.0.8"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.8.tgz#2f8abf16ebecc82277945d748aba1d78761f61e2"
integrity sha1-L4q/FuvsyCJ3lF10irodeHYfYeI=
dependencies:
create-hmac "^1.1.2"

pbkdf2@^3.0.17, pbkdf2@^3.0.3, pbkdf2@^3.0.9:
version "3.1.2"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
[email protected], [email protected], pbkdf2@^3.0.17, pbkdf2@^3.0.3, pbkdf2@^3.0.9:
version "3.1.1"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==
dependencies:
create-hash "^1.1.2"
create-hmac "^1.1.4"
Expand Down Expand Up @@ -11533,10 +11526,10 @@ rlp@^2.0.0, rlp@^2.2.3, rlp@^2.2.4:
dependencies:
bn.js "^4.11.1"

rn-nodeify@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/rn-nodeify/-/rn-nodeify-10.2.0.tgz#e68843bf280edf878b7615b255fb5e71cde9f8f6"
integrity sha512-mPNe2vNR14UTwAbpebI9fXn9HAU37vebyZDCqZOK6G5GBEUiMCANIVa7zgc9aJ1JeziLUGLR9c+H9/BSbVdd4Q==
rn-nodeify@10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/rn-nodeify/-/rn-nodeify-10.3.0.tgz#06dc77819f7f500cdc41eda9654e60ecb140027a"
integrity sha512-EZB3M4M5i8yySCWF7AAZ31xU7cpdLuIKMlVxXji9t0aY8Ojy3BAyRt1sTp0OwBgy1ejShmlIu2L4f8mToJ+uvg==
dependencies:
"@yarnpkg/lockfile" "^1.0.0"
deep-equal "^1.0.0"
Expand Down

0 comments on commit fb9c8fa

Please sign in to comment.