namespace_browser: Aligning versions of third-party dependencies we use across
projects to be the same much as possible.

Change-Id: Ifa11d598b7fe7c1d59d8eebe49a2c383b4ccc6b2
diff --git a/package.json b/package.json
index ae29a25..2aba86a 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,13 @@
   "version": "0.0.1",
   "private": true,
   "devDependencies": {
-    "bower": "~1.3.9",
+    "bower": "~1.3.12",
     "browserify": "^4.2.3",
     "exorcist": "^0.1.6",
-    "jshint": "^2.5.2",
-    "prova": "git+https://github.com/aghassemi/prova",
+    "jshint": "^2.6.0",
+    "prova": "git+https://github.com/aghassemi/prova#0.0.2",
     "proxyquireify": "^0.5.0",
-    "rework": "^1.0.0",
+    "rework": "^1.0.1",
     "rework-import": "^1.2.1",
     "rework-vars": "^3.1.1",
     "serve": "^1.4.0",
@@ -21,8 +21,8 @@
     "vulcanize": "~0.7.9"
   },
   "dependencies": {
-    "bars": "git+https://github.com/steel/bars.git",
-    "debug": "^1.0.4",
+    "bars": "git+https://github.com/steel/bars.git#1.2.2",
+    "debug": "^2.1.1",
     "uuid": "^2.0.1",
     "insert-css": "^0.2.0",
     "json-stable-stringify": "^1.0.0",
@@ -30,7 +30,7 @@
     "marked": "^0.3.2",
     "mercury": "^12.0.0",
     "routes": "^1.2.0",
-    "lodash": "~2.4.1",
+    "lodash": "~3.0.0",
     "vis": "~3.9.1",
     "extend": "~2.0.0"
   }