[Pkg-javascript-commits] [uglifyjs] 195/491: update dependencies (#2241)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:35 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 54446341eec4c77552d6ea60419ae940f401c16a
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Sun Jul 16 16:20:40 2017 +0800
update dependencies (#2241)
- acorn at 5.1.1
- commander at 2.11.0
- mocha at 3.4.2
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 8132bb7..b8d3bbd 100644
--- a/package.json
+++ b/package.json
@@ -29,12 +29,12 @@
"LICENSE"
],
"dependencies": {
- "commander": "~2.9.0",
+ "commander": "~2.11.0",
"source-map": "~0.5.1"
},
"devDependencies": {
- "acorn": "~5.0.3",
- "mocha": "~2.3.4",
+ "acorn": "~5.1.1",
+ "mocha": "~3.4.2",
"semver": "~5.3.0"
},
"scripts": {
--
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