diff --git a/package.json b/package.json index c3084a4..e5dedbf 100755 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "make test" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "async": "2.1.x", "body-parser": "1.17.x", "chalk": "1.1.x", diff --git a/plugins/aws/package.json b/plugins/aws/package.json index 4a36177..3f4c9fc 100644 --- a/plugins/aws/package.json +++ b/plugins/aws/package.json @@ -14,8 +14,8 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", - "aws-sdk": "2.40.x" + "coffee-script": ">= 1.12.5", + "aws-sdk": "2.41.x" }, "repository": { "type": "git", diff --git a/plugins/cron/package.json b/plugins/cron/package.json index 3664132..f82b2d5 100644 --- a/plugins/cron/package.json +++ b/plugins/cron/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4" + "coffee-script": ">= 1.12.5" }, "repository": { "type": "git", diff --git a/plugins/database-mongodb/package.json b/plugins/database-mongodb/package.json index 672c953..ad55ab7 100644 --- a/plugins/database-mongodb/package.json +++ b/plugins/database-mongodb/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "mongodb": "2.2.x" }, "repository": { diff --git a/plugins/database-tingodb/package.json b/plugins/database-tingodb/package.json index 84d0efb..ad9a919 100644 --- a/plugins/database-tingodb/package.json +++ b/plugins/database-tingodb/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "tingodb": "0.5.x" }, "repository": { diff --git a/plugins/downloader/package.json b/plugins/downloader/package.json index cd604b3..fb47b9c 100644 --- a/plugins/downloader/package.json +++ b/plugins/downloader/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4" + "coffee-script": ">= 1.12.5" }, "repository": { "type": "git", diff --git a/plugins/logger-file/package.json b/plugins/logger-file/package.json index fb82920..b8ab657 100644 --- a/plugins/logger-file/package.json +++ b/plugins/logger-file/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4" + "coffee-script": ">= 1.12.5" }, "repository": { "type": "git", diff --git a/plugins/logger-logentries/package.json b/plugins/logger-logentries/package.json index 0211912..8fce82d 100644 --- a/plugins/logger-logentries/package.json +++ b/plugins/logger-logentries/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "node-logentries": "0.1.x" }, "repository": { diff --git a/plugins/logger-loggly/package.json b/plugins/logger-loggly/package.json index 9ae39fd..b597904 100644 --- a/plugins/logger-loggly/package.json +++ b/plugins/logger-loggly/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "loggly": "1.1.x" }, "repository": { diff --git a/plugins/mailer/package.json b/plugins/mailer/package.json index 9d9a3d9..e815e7a 100644 --- a/plugins/mailer/package.json +++ b/plugins/mailer/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "nodemailer": "3.1.x" }, "repository": { diff --git a/plugins/metrics/package.json b/plugins/metrics/package.json index 579495a..62b8e76 100644 --- a/plugins/metrics/package.json +++ b/plugins/metrics/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4" + "coffee-script": ">= 1.12.5" }, "repository": { "type": "git", diff --git a/plugins/paas/package.json b/plugins/paas/package.json index 3bba5e2..cafff05 100644 --- a/plugins/paas/package.json +++ b/plugins/paas/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4" + "coffee-script": ">= 1.12.5" }, "repository": { "type": "git", diff --git a/plugins/sockets/package.json b/plugins/sockets/package.json index 953e526..d77cbed 100644 --- a/plugins/sockets/package.json +++ b/plugins/sockets/package.json @@ -14,7 +14,7 @@ "node": "*" }, "dependencies": { - "coffee-script": ">= 1.12.4", + "coffee-script": ">= 1.12.5", "socket.io": "1.7.x" }, "repository": {