[Pkg-javascript-commits] [node-diffie-hellman] 39/88: Upgrading bn.js version to work with miller-rabin 1.1.2

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:19:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-diffie-hellman.

commit 05f0ffe1f58b3a413b556c2e68245aaa0dda01cd
Author: Abhinav Sarkar <abhinav.sarkar at gmail.com>
Date:   Fri Jan 2 18:22:07 2015 +0530

    Upgrading bn.js version to work with miller-rabin 1.1.2
    
    https://github.com/indutny/miller-rabin/blob/master/package.json
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 684f012..17363b2 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,8 @@
   },
   "homepage": "https://github.com/calvinmetcalf/diffie-hellman",
   "dependencies": {
-    "bn.js": "0.15.2",
-    "miller-rabin": "^1.1.1"
+    "bn.js": "^0.16.0",
+    "miller-rabin": "^1.1.2"
   },
   "devDependencies": {
     "tap-spec": "^1.0.1",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-diffie-hellman.git



More information about the Pkg-javascript-commits mailing list