From a96adae5a4b907dc27d0e44d4d3cad24f7315084 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Mon, 5 Mar 2012 12:52:18 -0700
Subject: [PATCH] fix deprecation warnings by updating temp and nodes-statsd -
 issue #1234

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 882392588..058ebe268 100644
--- a/package.json
+++ b/package.json
@@ -20,13 +20,13 @@
         "mustache": "0.3.1-dev",
         "mysql": "0.9.5",
         "node-gettext": "0.1.1",
-        "node-statsd": "https://github.com/downloads/lloyd/node-statsd/3a73de.tgz",
+        "node-statsd": "https://github.com/downloads/lloyd/node-statsd/0509f85.tgz",
         "nodemailer": "0.1.18",
         "mkdirp": "0.3.0",
         "optimist": "0.2.8",
         "postprocess": "0.2.4",
         "semver": "1.0.12",
-        "temp": "0.2.0",
+        "temp": "0.4.0",
         "uglify-js": "1.0.6",
         "uglifycss": "0.0.4",
         "underscore": "1.3.1",
-- 
GitLab