Browse Source

update npm modules

Outsider 6 years ago
parent
commit
27a4ae4e00
2 changed files with 5 additions and 4 deletions
  1. 1 0
      .gitignore
  2. 4 4
      package.json

+ 1 - 0
.gitignore

@@ -30,3 +30,4 @@ node_modules
 .env
 .env.*
 .idea/
+.envrc

+ 4 - 4
package.json

@@ -6,12 +6,12 @@
     "start": "node ./bin/www"
   },
   "dependencies": {
-    "body-parser": "^1.14.0",
+    "body-parser": "^1.18.0",
     "cookie-parser": "^1.4.0",
-    "debug": "^2.2.0",
-    "dotenv": "^2.0.0",
+    "debug": "^3.1.0",
+    "dotenv": "^4.0.0",
     "express": "^4.13.0",
-    "i18n": "^0.7.0",
+    "i18n": "^0.8.3",
     "jade": "^1.11.0",
     "morgan": "^1.6.0",
     "request": "^2.62.0",