[Pkg-javascript-commits] [uglifyjs] 476/491: update dependencies (#2889)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:52:06 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 905325d3e21a5dc3d3f5835f609f30055c25bf2b
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Wed Feb 7 18:13:18 2018 +0800
update dependencies (#2889)
acorn 5.4.1
commander 2.14.1
semver 5.5.0
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index e6beb73..c86ef2a 100644
--- a/package.json
+++ b/package.json
@@ -24,13 +24,13 @@
"LICENSE"
],
"dependencies": {
- "commander": "~2.13.0",
+ "commander": "~2.14.1",
"source-map": "~0.6.1"
},
"devDependencies": {
- "acorn": "~5.3.0",
+ "acorn": "~5.4.1",
"mocha": "~3.5.1",
- "semver": "~5.4.1"
+ "semver": "~5.5.0"
},
"scripts": {
"test": "node test/run-tests.js"
--
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