From 6634f9b08c3556f2ea18b1b50ce9540f2a778729 Mon Sep 17 00:00:00 2001 From: Eric Elliott Date: Wed, 18 Feb 2015 13:30:28 -0700 Subject: [PATCH 1/3] Update dependencies. --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ceebe4e0..5c81645c 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ ], "license": "MIT", "dependencies": { - "ejs": "1.0.x", + "ejs": "^2.2.4", "express": "2.5.x", - "forever": "0.11.x", - "moment": "2.8.x", - "redis": "0.12.x" + "forever": "^0.14.1", + "moment": "^2.9.0", + "redis": "^0.12.1" }, "devDependencies": { - "assert": "0.4.x", - "mocha": "1.21.x", - "sinon": "1.10.3" + "assert": "^1.3.0", + "mocha": "^2.1.0", + "sinon": "^1.12.2" } } From 7d761429cf09b9d97a6f4efc219731a03e0ded9f Mon Sep 17 00:00:00 2001 From: Eric Elliott Date: Mon, 23 Feb 2015 16:05:02 -0700 Subject: [PATCH 2/3] Use .x for package dependencies. --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5c81645c..bea5007a 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ ], "license": "MIT", "dependencies": { - "ejs": "^2.2.4", + "ejs": "2.2.x", "express": "2.5.x", - "forever": "^0.14.1", - "moment": "^2.9.0", - "redis": "^0.12.1" + "forever": "0.14.x", + "moment": "2.9.x", + "redis": "0.12.x" }, "devDependencies": { - "assert": "^1.3.0", - "mocha": "^2.1.0", - "sinon": "^1.12.2" + "assert": "1.3.x", + "mocha": "2.1.x", + "sinon": "1.12.x" } } From 12b40bee2205506f6120659c7dc18529c2f80643 Mon Sep 17 00:00:00 2001 From: Eric Elliott Date: Mon, 23 Feb 2015 16:31:25 -0700 Subject: [PATCH 3/3] Update Express. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea5007a..069ee835 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "ejs": "2.2.x", - "express": "2.5.x", + "express": "4.12.x", "forever": "0.14.x", "moment": "2.9.x", "redis": "0.12.x"