Gaël Métais 10 年 前
コミット
93f8702962
2 ファイル変更16 行追加16 行削除
  1. 5 5
      bower.json
  2. 11 11
      package.json

+ 5 - 5
bower.json

@@ -1,11 +1,11 @@
 {
   "name": "yellowlabtools",
   "dependencies": {
-    "angular": "~1.3.14",
-    "angular-route": "~1.3.14",
-    "angular-resource": "~1.3.14",
-    "angular-sanitize": "~1.3.14",
-    "angular-animate": "~1.3.14",
+    "angular": "~1.3.15",
+    "angular-route": "~1.3.15",
+    "angular-resource": "~1.3.15",
+    "angular-sanitize": "~1.3.15",
+    "angular-animate": "~1.3.15",
     "angular-local-storage": "~0.1.5"
   },
   "resolutions": {

+ 11 - 11
package.json

@@ -1,6 +1,6 @@
 {
   "name": "yellowlabtools",
-  "version": "1.3.2",
+  "version": "1.4.0",
   "description": "Online tool to audit a webpage for performance and front-end quality issues",
   "repository": {
     "type": "git",
@@ -12,13 +12,13 @@
   "main": "./lib/index.js",
   "dependencies": {
     "async": "~0.9.0",
-    "body-parser": "~1.12.1",
+    "body-parser": "~1.12.3",
     "compression": "~1.4.3",
     "cors": "^2.5.3",
     "debug": "~2.1.3",
-    "express": "~4.12.2",
+    "express": "~4.12.3",
     "lwip": "0.0.6",
-    "meow": "^3.0.0",
+    "meow": "^3.1.0",
     "phantomas": "1.10.0",
     "ps-node": "0.0.4",
     "q": "~1.2.1",
@@ -26,7 +26,7 @@
     "temporary": "0.0.8"
   },
   "devDependencies": {
-    "chai": "^2.1.2",
+    "chai": "^2.3.0",
     "grunt": "^0.4.5",
     "grunt-blanket": "^0.0.8",
     "grunt-contrib-clean": "^0.6.0",
@@ -34,12 +34,12 @@
     "grunt-contrib-copy": "^0.8.0",
     "grunt-contrib-cssmin": "^0.12.2",
     "grunt-contrib-htmlmin": "^0.4.0",
-    "grunt-contrib-jshint": "^0.11.0",
-    "grunt-contrib-less": "^1.0.0",
+    "grunt-contrib-jshint": "^0.11.2",
+    "grunt-contrib-less": "^1.0.1",
     "grunt-contrib-uglify": "^0.9.1",
     "grunt-env": "^0.4.4",
     "grunt-express": "^1.4.1",
-    "grunt-filerev": "^2.1.2",
+    "grunt-filerev": "^2.3.1",
     "grunt-inline-angular-templates": "^0.1.5",
     "grunt-line-remover": "^0.0.2",
     "grunt-mocha-test": "^0.12.7",
@@ -47,9 +47,9 @@
     "grunt-usemin": "^3.0.0",
     "grunt-webfont": "^0.5.2",
     "matchdep": "^0.3.0",
-    "mocha": "^2.2.1",
-    "request": "^2.53.0",
-    "sinon": "^1.14.0",
+    "mocha": "^2.2.4",
+    "request": "^2.55.0",
+    "sinon": "^1.14.1",
     "sinon-chai": "^2.7.0"
   },
   "scripts": {