[Pkg-javascript-commits] [node-randomfill] 32/47: browser: force newer version of safe-buffer to fix bundling

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:52:53 UTC 2017


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

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

commit 504bd83ec60ca0f42c8094828820c764006cdee0
Author: K.J. Valencik <kjvalencik at gmail.com>
Date:   Wed Jun 7 12:42:32 2017 -0400

    browser: force newer version of safe-buffer to fix bundling
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 812e15d..2266491 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,6 @@
     "zuul": "^3.7.2"
   },
   "dependencies": {
-    "safe-buffer": "^5.0.1"
+    "safe-buffer": "^5.1.0"
   }
 }

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



More information about the Pkg-javascript-commits mailing list