Enol Álvarez
2021-08-05 ba2af854a0e29621b2079db537a50b1ed30f2b24
Merge pull request #257 from RedHatTraining/contacts-update-dependencies

Update dependencies: Contacts and Contacts-troubleshoot
4 files modified
7155 ■■■■ changed files
contacts-troubleshoot/package-lock.json 3561 ●●●● patch | view | raw | blame | history
contacts-troubleshoot/package.json 18 ●●●● patch | view | raw | blame | history
contacts/package-lock.json 3556 ●●●● patch | view | raw | blame | history
contacts/package.json 20 ●●●● 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"
  }
}
contacts/package-lock.json
Diff too large
contacts/package.json
@@ -6,17 +6,17 @@
    "start": "if [[ $NODE_ENV == 'production' ]]; then node ./bin/www; else nodemon ./bin/www; fi"
  },
  "dependencies": {
    "connect-flash": "^0.1.1",
    "cookie-parser": "~1.4.4",
    "debug": "~2.6.9",
    "dotenv": "^8.1.0",
    "express": "~4.16.1",
    "http-errors": "~1.6.3",
    "morgan": "~1.9.1",
    "pg": "^7.12.1",
    "pug": "2.0.0-beta11"
    "connect-flash": "0.1.1",
    "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"
  }
}