From 7ba0099a6eb6ecf3646b6ef0b025c00baadae454 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Mon, 7 Oct 2019 17:52:09 -0500 Subject: [PATCH] resolve uglify-js CVEs --- package.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b989bc2..c33018b 100644 --- a/package.json +++ b/package.json @@ -10,20 +10,20 @@ "test": "./node_modules/mocha/bin/_mocha -t 60000 -r ./index.js -R spec --covinject true test/" }, "engines": { - "node" : ">=0.8" + "node": ">=0.8" }, - "dependencies" : { - "uglify-js" : "2.4.15", - "optimist" : "0.3.1", - "xfs" : "0.1.8", + "dependencies": { + "uglify-js": "~2.8.26", + "optimist": "0.3.1", + "xfs": "0.1.8", "ejs": "1.0.0", "debug": "1.0.3", "coffee-script": "*" }, - "devDependencies" : { - "mocha" : "*", - "expect.js" : "*", - "xfs" : "*" + "devDependencies": { + "mocha": "*", + "expect.js": "*", + "xfs": "*" }, "repository": { "type": "git", @@ -38,8 +38,11 @@ "tool" ], "author": "fish , kate.sf ", - "contributors":[ - { "name": "christineRR", "email": "rongkunli1215@gmail.com" } + "contributors": [ + { + "name": "christineRR", + "email": "rongkunli1215@gmail.com" + } ], "license": "MIT" }