diff --git a/CHANGELOG.md b/CHANGELOG.md index ee591143f..531e1119f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ Runtime - Handle loading empty nodesDir - Add 'private' property to userDir generated package.json - Add RED.require to allow nodes to access other modules + - Ensure add/remove modules are run sequentially #### 0.18.7: Maintenance Release diff --git a/package.json b/package.json index 9ae95e709..20ad883ca 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "request": "2.87.0", "semver": "5.5.0", "sentiment": "2.1.0", - "uglify-js": "3.4.5", + "uglify-js": "3.4.6", "when": "3.7.8", "ws": "1.1.5", "xml2js": "0.4.19" @@ -92,7 +92,7 @@ "grunt-contrib-concat": "~1.0.1", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-jshint": "~1.1.0", - "grunt-contrib-uglify": "~3.3.0", + "grunt-contrib-uglify": "~3.4.0", "grunt-contrib-watch": "~1.1.0", "grunt-jsonlint": "~1.1.0", "grunt-mocha-istanbul": "5.0.2",