Browse Source

v1.8 + update dependencies

Gaël Métais 9 years ago
parent
commit
82693a8587
1 changed files with 6 additions and 6 deletions
  1. 6 6
      package.json

+ 6 - 6
package.json

@@ -1,6 +1,6 @@
 {
   "name": "yellowlabtools",
-  "version": "1.7.8",
+  "version": "1.8.0",
   "description": "Online tool to audit a webpage for performance and front-end quality issues",
   "license": "GPL-2.0",
   "author": {
@@ -19,15 +19,15 @@
   "dependencies": {
     "angular": "1.4.5",
     "angular-animate": "1.4.5",
-    "angular-chart.js": "0.8.3",
+    "angular-chart.js": "0.8.4",
     "angular-local-storage": "0.2.2",
     "angular-resource": "1.4.5",
     "angular-route": "1.4.5",
     "angular-sanitize": "1.4.5",
     "async": "1.4.2",
-    "body-parser": "1.13.3",
+    "body-parser": "1.14.0",
     "chart.js": "1.0.2",
-    "clean-css": "3.4.2",
+    "clean-css": "3.4.3",
     "color-diff": "0.1.7",
     "compression": "1.5.2",
     "cors": "2.7.1",
@@ -43,7 +43,7 @@
     "phantomas": "1.12.0",
     "ps-node": "0.0.4",
     "q": "1.4.1",
-    "request": "2.61.0",
+    "request": "2.62.0",
     "rimraf": "2.4.3",
     "temporary": "0.0.8",
     "uglify-js": "2.4.24"
@@ -55,7 +55,7 @@
     "grunt-contrib-clean": "~0.6.0",
     "grunt-contrib-concat": "~0.5.1",
     "grunt-contrib-copy": "~0.8.1",
-    "grunt-contrib-cssmin": "~0.13.0",
+    "grunt-contrib-cssmin": "~0.14.0",
     "grunt-contrib-htmlmin": "~0.4.0",
     "grunt-contrib-jshint": "~0.11.3",
     "grunt-contrib-less": "~1.0.1",