This is an automated email from the ASF dual-hosted git repository.

dangogh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new fcc2db1  upgrades TP build dependencies (#3487)
fcc2db1 is described below

commit fcc2db13bd2f9c1c159a50fa6eda370fcf05b24d
Author: Jeremy Mitchell <[email protected]>
AuthorDate: Fri Apr 19 13:15:56 2019 -0600

    upgrades TP build dependencies (#3487)
---
 traffic_portal/app/src/package.json |  8 ++++----
 traffic_portal/package.json         | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/traffic_portal/app/src/package.json 
b/traffic_portal/app/src/package.json
index afbc830..9ca2242 100644
--- a/traffic_portal/app/src/package.json
+++ b/traffic_portal/app/src/package.json
@@ -1,13 +1,13 @@
 {
     "name": "traffic_portal",
     "dependencies": {
-        "forever": "0.15.1",
-        "morgan": "1.7.0",
+        "forever": "1.0.0",
+        "morgan": "1.9.1",
         "errorhandler": "1.4.3",
         "connect-modrewrite": "0.8.5",
-        "connect-timeout": "1.7.0",
+        "connect-timeout": "1.9.0",
         "ssl-root-cas": "1.1.10",
-        "express": "4.13.4",
+        "express": "4.16.4",
         "requirejs": "2.1.22"
     },
     "engines": {
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index 6f51e0e..779b278 100755
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -4,29 +4,29 @@
     "connect-livereload": "0.5.4",
     "connect-modrewrite": "0.10.1",
     "connect-timeout": "1.8.0",
-    "express": "4.15.2",
-    "grunt": "0.4.5",
+    "express": "4.16.4",
+    "grunt": "1.0.4",
     "grunt-adam-compass": "0.7.1",
     "grunt-browserify2": "0.1.8",
     "grunt-concurrent": "2.2.1",
     "grunt-contrib-clean": "1.0.0",
     "grunt-contrib-concat": "1.0.0",
     "grunt-contrib-copy": "0.8.2",
-    "grunt-contrib-cssmin": "0.14.0",
-    "grunt-contrib-htmlmin": "0.6.0",
+    "grunt-contrib-cssmin": "3.0.0",
+    "grunt-contrib-htmlmin": "3.1.0",
     "grunt-contrib-jshint": "1.0.0",
     "grunt-contrib-uglify": "0.11.1",
-    "grunt-contrib-watch": "0.6.1",
+    "grunt-contrib-watch": "1.1.0",
     "grunt-express-server": "0.5.2",
-    "grunt-html2js": "0.3.5",
+    "grunt-html2js": "0.6.0",
     "grunt-install-dependencies": "0.2.0",
     "grunt-newer": "1.1.2",
     "grunt-string-replace": "1.3.1",
-    "grunt-usemin": "3.0.0",
-    "grunt-wiredep": "2.0.0",
-    "load-grunt-config": "0.19.1",
+    "grunt-usemin": "3.1.1",
+    "grunt-wiredep": "3.0.1",
+    "load-grunt-config": "1.0.1",
     "load-grunt-tasks": "3.4.1",
-    "morgan": "1.7.0",
+    "morgan": "1.9.1",
     "requirejs": "2.3.3",
     "ssl-root-cas": "1.2.3",
     "time-grunt": "1.3.0"

Reply via email to