[Pkg-javascript-commits] [uglifyjs] 44/190: upgrade yargs 3.5.4 -> 3.10.0
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.
commit eac67b281644d4363deebf5dd3d2a1322e3b2319
Author: Damian Krzeminski <pirxpilot at code42day.com>
Date: Tue Oct 13 21:01:36 2015 -0400
upgrade yargs 3.5.4 -> 3.10.0
we need a version with better support for 'array' params
see: https://github.com/bcoe/yargs/pull/164
---
npm-shrinkwrap.json | 6 +++---
package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 760575c..3dd7714 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -115,9 +115,9 @@
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
},
"yargs": {
- "version": "3.5.4",
- "from": "yargs@>=3.5.4 <3.6.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
+ "version": "3.10.0",
+ "from": "yargs@>=3.10.0 <3.11.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
},
"zeparser": {
"version": "0.0.7",
diff --git a/package.json b/package.json
index c172be3..953ab1a 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"async": "~0.2.6",
"source-map": "~0.5.1",
"uglify-to-browserify": "~1.0.0",
- "yargs": "~3.5.4"
+ "yargs": "~3.10.0"
},
"devDependencies": {
"acorn": "~0.6.0",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list