Skip to content

Commit 9407201

Browse files
committed
fix: pbkdf2 critical vulnerability
1 parent f5d7025 commit 9407201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"browserify-aes": "^1.2.0",
2727
"evp_bytestokey": "^1.0.3",
2828
"hash-base": "~3.0",
29-
"pbkdf2": "^3.1.2",
29+
"pbkdf2": "^3.1.3",
3030
"safe-buffer": "^5.2.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)