[Pkg-javascript-commits] [node-module-deps] 268/444: update deps
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:48:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-module-deps.
commit 138af22bdeaa67f8e7786eac7dd842d536aed3ae
Author: James Halliday <mail at substack.net>
Date: Mon Jul 21 19:29:36 2014 -0700
update deps
---
index.js | 2 +-
package.json | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/index.js b/index.js
index 5e363c1..32be4e5 100644
--- a/index.js
+++ b/index.js
@@ -8,7 +8,7 @@ var detective = require('detective');
var through = require('through2');
var concat = require('concat-stream');
var parents = require('parents');
-var combine = require('stream-combiner');
+var combine = require('stream-combiner2');
var duplexer = require('duplexer2');
var copy = require('shallow-copy');
diff --git a/package.json b/package.json
index b06f675..17637fe 100644
--- a/package.json
+++ b/package.json
@@ -10,15 +10,15 @@
"JSONStream": "~0.7.1",
"browser-resolve": "^1.3.1",
"concat-stream": "~1.4.5",
- "detective": "~3.1.0",
+ "detective": "^3.1.0",
"duplexer2": "0.0.2",
- "inherits": "~2.0.1",
- "minimist": "~0.0.9",
+ "inherits": "^2.0.1",
+ "minimist": "~0.2.0",
"parents": "0.0.2",
"readable-stream": "^1.0.27-1",
"resolve": "~0.6.3",
"shallow-copy": "0.0.1",
- "stream-combiner": "~0.1.0",
+ "stream-combiner2": "~1.0.0",
"subarg": "0.0.1",
"through2": "~0.4.1"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git
More information about the Pkg-javascript-commits
mailing list