Browse Source

Update to pug 2.0.1 to fix express fortunes test again (#3388)

They seem to use inexact versions in their dependencies and then they
release breaking updates to those dependencies.  If this happens a third
time, let's consider other options such as adding a package-lock file.

https://github.com/pugjs/pug/issues/2979
Michael Hixson 7 years ago
parent
commit
af7030d5ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/JavaScript/express/package.json

+ 1 - 1
frameworks/JavaScript/express/package.json

@@ -5,7 +5,7 @@
   "dependencies": {
   "dependencies": {
     "express": "4.16.2",
     "express": "4.16.2",
     "body-parser": "1.18.2",
     "body-parser": "1.18.2",
-    "pug": "2.0.0",
+    "pug": "2.0.1",
     "sequelize": "3.30.0",
     "sequelize": "3.30.0",
     "mysql": "2.15.0",
     "mysql": "2.15.0",
     "mongoose": "5.0.6"
     "mongoose": "5.0.6"