Browse Source

update npm modules

Outsider 9 years ago
parent
commit
ef4ba9ff43
1 changed files with 9 additions and 9 deletions
  1. 9 9
      package.json

+ 9 - 9
package.json

@@ -1,18 +1,18 @@
 {
   "name": "slack-invite-automation",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "scripts": {
     "start": "node ./bin/www"
   },
   "dependencies": {
-    "body-parser": "~1.10.1",
-    "cookie-parser": "~1.3.3",
-    "debug": "~2.1.1",
-    "express": "~4.10.6",
-    "jade": "~1.8.2",
-    "morgan": "~1.5.1",
-    "request": "^2.51.0",
-    "serve-favicon": "~2.2.0"
+    "body-parser": "^1.14.0",
+    "cookie-parser": "^1.4.0",
+    "debug": "^2.2.0",
+    "express": "^4.13.0",
+    "jade": "^1.11.0",
+    "morgan": "^1.6.0",
+    "request": "^2.62.0",
+    "serve-favicon": "^2.3.0"
   }
 }