Skip to content

Commit 4455ed4

Browse files
committed
update create-hmac and create-hash to default to native
1 parent ca6d693 commit 4455ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"browserify-aes": "0.8.1",
2020
"browserify-sign": "2.8.0",
2121
"create-ecdh": "1.0.3",
22-
"create-hash": "^1.0.1",
23-
"create-hmac": "^1.0.0",
22+
"create-hash": "^1.0.2",
23+
"create-hmac": "^1.0.2",
2424
"diffie-hellman": "2.2.3",
2525
"inherits": "^2.0.1",
2626
"pbkdf2-compat": "2.0.1",

0 commit comments

Comments
 (0)