Enol Álvarez
2021-07-27 9a40c6c9684989fabbc23708e8b38c45d89cc8a3
Update contacts-troubleshoot application dependencies
2 files modified
3579 ■■■■ changed files
contacts-troubleshoot/package-lock.json 3561 ●●●● patch | view | raw | blame | history
contacts-troubleshoot/package.json 18 ●●●● patch | view | raw | blame | history
contacts-troubleshoot/package-lock.json
Diff too large
contacts-troubleshoot/package.json
@@ -6,16 +6,16 @@
    "start": "node ./bin/www.js"
  },
dependencies": {
    "cookie-parser": "~1.4.4",
    "debug": "~2.6.9",
    "dotenv": "^8.1.0",
    "express": "4.x",
    "http-errors": "~1.6.3",
    "morgan": "~1.9.1",
    "pg": "^7.12.1",
    "pug": "2.0.0-beta11"
    "cookie-parser": "1.4.5",
    "debug": "4.3.2",
    "dotenv": "10.0.0",
    "express": "4.17.1",
    "http-errors": "1.8.0",
    "morgan": "1.10.0",
    "pg": "8.6.0",
    "pug": "3.0.2"
  },
  "devDependencies": {
    "nodemon": "^1.19.2"
    "nodemon": "2.0.12"
  }
}