aboutsummaryrefslogtreecommitdiff
path: root/node_modules/sha.js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/sha.js/package.json')
-rw-r--r--node_modules/sha.js/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/node_modules/sha.js/package.json b/node_modules/sha.js/package.json
index 2837066b5..a344cfaaa 100644
--- a/node_modules/sha.js/package.json
+++ b/node_modules/sha.js/package.json
@@ -1,19 +1,20 @@
{
"name": "sha.js",
"description": "Streamable SHA hashes in pure javascript",
- "version": "2.4.8",
+ "version": "2.4.9",
"homepage": "https://github.com/crypto-browserify/sha.js",
"repository": {
"type": "git",
"url": "git://github.com/crypto-browserify/sha.js.git"
},
"dependencies": {
- "inherits": "^2.0.1"
+ "inherits": "^2.0.1",
+ "safe-buffer": "^5.0.1"
},
"devDependencies": {
"buffer": "~2.3.2",
"hash-test-vectors": "^1.3.1",
- "standard": "^4.0.0",
+ "standard": "^10.0.2",
"tape": "~2.3.2",
"typedarray": "0.0.6"
},