crypto: Update pbkdf2 dependencies

This commit is contained in:
willclarktech
2020-07-21 13:35:06 +02:00
parent 6d042dd666
commit b7ceae3f0f
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
"elliptic": "^6.4.0",
"js-sha3": "^0.8.0",
"libsodium-wrappers": "^0.7.6",
"pbkdf2": "^3.0.16",
"pbkdf2": "^3.1.1",
"ripemd160": "^2.0.2",
"sha.js": "^2.4.11",
"type-tagger": "^1.0.0",
@@ -61,7 +61,7 @@
"@types/bn.js": "^4.11.6",
"@types/elliptic": "^6.4.12",
"@types/libsodium-wrappers": "^0.7.7",
"@types/pbkdf2": "^3.0.0",
"@types/pbkdf2": "^3.1.0",
"@types/ripemd160": "^2.0.0",
"@types/sha.js": "^2.4.0",
"@types/unorm": "^1.3.27"