Skip to content

Conversation

@krubenok
Copy link
Member

@krubenok krubenok commented Dec 8, 2019

Tickets:

HCK-35

List of changes:

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

  • Updated node version to 10.17.0 This is the latest LTS 10.x version and the closest version to what we were using that Heroku supports. the 9.x branch was getting pretty stale so probably time to move on anyways.
  • Created Heroku Procfile this will ease deployment onto Heroku and specifies the entry point for running the application to Heroku.
  • Remove Google Cloud Build Scripts deploying this project to Google Cloud is a holdover when the project had different goals. The project doesn't require the level of complexity that a Kubernetes cluster on Google Cloud provides and as such is no longer needed.
  • Updated Deployment Documentation Changed instructions to reflect that Heroku is the target platform.
  • Renamed npm scripts npm run build was being used in a non-standard way to "build" the API when there was in fact nothing to build. Note for maintainers: npm run build is generally expected to terminate and not be a process that remains running. Scripts were renamed to npm run start and npm run start:dev
  • Deploy to Heroku Button created in README.md

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New release
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Tested various calls to new endpoint URL in postman. Seems to work well but please test more thoroughly!!

Test Configuration:
Heroku, Node 10.17.0LTS

Questions for code reviewers?

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules

@krubenok krubenok temporarily deployed to hackerapi December 9, 2019 00:00 Inactive
@krubenok krubenok marked this pull request as ready for review December 9, 2019 00:00
@krubenok krubenok temporarily deployed to hackerapi December 9, 2019 00:14 Inactive
Comment on lines +2 to +58
"name": "hackerAPI",
"version": "1.6.2",
"private": true,
"scripts": {
"start": "DEBUG=hackboard:* NODE_ENV=development nodemon --ignore gcp_creds.json ./bin/www.js",
"deploy": "NODE_ENV=deployment node ./bin/www.js",
"debug": "DEBUG=hackboard:* NODE_ENV=deployment nodemon --ignore gcp_creds.json ./bin/www.js",
"test": "DEBUG=hackboard:* NODE_ENV=test mocha --reporter spec tests/**.js --exit",
"seed": "NODE_ENV=development node ./seed/index.js",
"docs": "apidoc -i ./routes -o ./docs/api/",
"format": "prettier --write '**/*.js'",
"lint": "eslint --fix '**/*.js'"
},
"engines": {
"node": "10.17.0"
},
"dependencies": {
"@google-cloud/logging-winston": "^0.11.1",
"@google-cloud/storage": "^3.5.0",
"@sendgrid/mail": "^6.4.0",
"bcrypt": "^3.0.7",
"cookie-parser": "~1.4.4",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.5",
"cryptiles": "^4.1.3",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"express-validator": "^6.3.0",
"express-winston": "^2.6.0",
"handlebars": "^4.5.3",
"jsonwebtoken": "^8.5.1",
"memory-cache": "^0.2.0",
"mongoose": "^5.7.14",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"q": "^1.5.1",
"qrcode": "^1.4.4",
"winston": "^2.4.4"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/google-cloud__storage": "^1.7.2",
"@types/mongodb": "^3.3.12",
"@types/mongoose": "^5.5.32",
"@types/multer": "^1.3.10",
"apidoc": "^0.17.7",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.1",
"mocha": "^6.2.2",
"nodemon": "^1.19.4",
"prettier": "1.19.1"
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The VS Code format on save settings forced the 4 tab spacing to be applied to this file hence the large diff.

@krubenok krubenok temporarily deployed to hackerapi December 9, 2019 21:41 Inactive
@krubenok krubenok temporarily deployed to hackerapi December 9, 2019 21:44 Inactive
Copy link
Member

@loreina loreina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great !!! excited to deploy v2 soon 👀

#front-end server
FRONTEND_ADDRESS_DEV=localhost:1337
FRONTEND_ADDRESS_DEPLOY=app.mchacks.ca
FRONTEND_ADDRESS_BETA=develop--mchacks-dashboard.netlify.com
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this for now? I think it's better to discuss w everyone first and we can always add it back easily

@loreina loreina merged commit bc71d48 into develop Dec 11, 2019
@loreina loreina deleted the feature/deployment branch December 11, 2019 16:28
loreina added a commit that referenced this pull request Dec 17, 2019
* Bump handlebars from 4.0.12 to 4.1.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump extend from 3.0.1 to 3.0.2

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.**
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.10 to 4.17.11

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.17.3 to 1.18.10

Bumps [nodemon](https://github.com/remy/nodemon) from 1.17.3 to 1.18.10.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.17.3...v1.18.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* update changelog

* version bump to 2.0.0
loreina added a commit that referenced this pull request Dec 24, 2019
* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* ignore version file

* update changelog

* bump version to 2.0.1

Co-authored-by: Pierre Theo Klein <pierre.klein@mail.mcgill.ca>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kyle Rubenok <kyle@rubenok.ca>
Co-authored-by: Tyrone Wong <tyrone.m.wong@gmail.com>
Co-authored-by: Harsh Patel <me@mrharshpatel.com>
Co-authored-by: Richard Zhang <richardzhang97@gmail.com>
Co-authored-by: Rohit Garudadri <Rohit.garudadri@mail.mcgill.ca>
Co-authored-by: Logan Ralston <logan.ralston@mail.mcgill.ca>
Co-authored-by: ManethKulatunge <43322057+ManethKulatunge@users.noreply.github.com>
loreina added a commit that referenced this pull request Dec 24, 2019
* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* ignore version file

* update changelog

* bump version to 2.0.1

Co-authored-by: Pierre Theo Klein <pierre.klein@mail.mcgill.ca>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kyle Rubenok <kyle@rubenok.ca>
Co-authored-by: Tyrone Wong <tyrone.m.wong@gmail.com>
Co-authored-by: Harsh Patel <me@mrharshpatel.com>
Co-authored-by: Richard Zhang <richardzhang97@gmail.com>
Co-authored-by: Rohit Garudadri <Rohit.garudadri@mail.mcgill.ca>
Co-authored-by: Logan Ralston <logan.ralston@mail.mcgill.ca>
Co-authored-by: ManethKulatunge <43322057+ManethKulatunge@users.noreply.github.com>
loreina added a commit that referenced this pull request Jan 3, 2020
* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.…
loreina added a commit that referenced this pull request Jan 5, 2020
* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m…
loreina added a commit that referenced this pull request Jan 12, 2020
* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4…
loreina added a commit that referenced this pull request Jan 14, 2020
* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

…
loreina added a commit that referenced this pull request Jan 15, 2020
* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mong…
loreina added a commit that referenced this pull request Jan 15, 2020
* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.…
loreina added a commit that referenced this pull request Feb 1, 2020
* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.17 to 5.4.18

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.17 to 5.4.18.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.17...5.4.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.21 to 3.1.22

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.21 to 3.1.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.18 to 5.4.19

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.18 to 5.4.19.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.18...5.4.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jshint from 2.10.1 to 2.10.2

Bumps [jshint](https://github.com/jshint/jshint) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jshint/jshint/compare/2.10.1...2.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Clean up code in seed files (#389)

* Bump @google-cloud/storage from 2.4.2 to 2.4.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.2...v2.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.0 to 4.1.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.5.0 to 8.5.1

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.0...v8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.21 to 5.3.23

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.21 to 5.3.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.4 to 3.0.5

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.4...v3.0.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.19 to 5.4.20

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.19 to 5.4.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.19...5.4.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.20 to 5.4.21

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.20 to 5.4.21.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.20...5.4.21)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.21 to 5.4.22

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.21 to 5.4.22.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.21...5.4.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.4.3 to 2.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.2 to 6.1.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.0 to 6.1.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.0...v6.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.22 to 5.4.23

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.22 to 5.4.23.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.22...5.4.23)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.23 to 5.5.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.23 to 5.5.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.23...5.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.1 to 6.1.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump nodemon from 1.18.10 to 1.18.11

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.10 to 1.18.11.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.10...v1.18.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump dotenv from 6.2.0 to 7.0.0 (#408)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.0 to 7.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v6.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.11.0 to 0.11.1

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.11.0...v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.0 to 5.5.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.22 to 3.1.23

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.22 to 3.1.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.2 to 6.1.3

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump handlebars from 4.1.1 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump bcrypt from 3.0.5 to 3.0.6

Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.5...v3.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.5.1 to 5.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.1...5.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.1.3 to 6.1.4

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.3...v6.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Add section for PRs, Code Review (#457)

* [Security] Bump lodash.merge from 4.6.1 to 4.6.2

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.18.11 to 1.19.1

Bumps [nodemon](https://github.com/remy/nodemon) from 1.18.11 to 1.19.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.18.11...v1.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump chai-http from 4.2.1 to 4.3.0

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai-http/compare/4.2.1...4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.23 to 3.1.28

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.23 to 3.1.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.16.1 to 4.17.0

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.16.1 to 4.17.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.3.3 to 1.4.0

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.3.3...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [Security] Bump lodash from 4.17.11 to 4.17.14

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.23 to 5.5.8

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.23 to 5.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express from 4.16.3 to 4.17.1

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.17.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 5.3.1 to 6.1.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.3.1 to 6.1.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v5.3.1...v6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 7.0.0 to 8.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 2.5.0 to 3.0.2 (#471)

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v2.5.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @sendgrid/mail from 6.3.1 to 6.4.0

Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/v6.3.1...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.5.2 to 5.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.2 to 5.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.5.2...5.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump multer from 1.3.1 to 1.4.2

Bumps [multer](https://github.com/expressjs/multer) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.2 to 3.0.3

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.1.4 to 6.2.0

Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.4 to 5.6.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.4 to 5.6.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.4...5.6.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.0 to 1.4.1

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.28 to 3.1.29

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.28 to 3.1.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.8 to 5.5.9

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.8 to 5.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.5 to 5.6.6

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.5 to 5.6.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.5...5.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.29 to 3.1.30

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.29 to 3.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.9 to 5.5.11

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.9 to 5.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.6 to 5.6.7

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.6 to 5.6.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.6...5.6.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.30 to 3.1.31

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.30 to 3.1.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.3 to 3.0.4

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.3...v3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.7 to 5.6.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.7 to 5.6.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.7...5.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix #286 put idValidator before authorization

* Bump @types/mongoose from 5.5.11 to 5.5.12

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.11 to 5.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.31 to 3.1.32

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.31 to 3.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.7 to 1.3.8

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.8 to 5.6.9

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.8...5.6.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.0.4 to 3.1.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.0.4...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix for duplicate rolebindings

* Bump @types/mongodb from 3.1.32 to 3.2.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.32 to 3.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.1 to 3.2.2

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.2 to 3.2.3

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.0.0 to 8.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.8 to 1.3.9

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.8 to 1.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/express from 4.17.0 to 4.17.1

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.12 to 5.5.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.12 to 5.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.2.3 to 3.3.0

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.9 to 5.6.10

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.9 to 5.6.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.9...5.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.1.0 to 3.2.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.10 to 5.6.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.10 to 5.6.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.10...5.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.3.0 to 3.3.1

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.0 to 3.2.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.13 to 5.5.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.13 to 5.5.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Created service for parse patch to address #280

* Added closures to the parsePatch service

* Revert "Bump express-validator from 6.1.1 to 6.2.0"

This reverts commit e2100158b352eec6726e427b616d04ae73d5f0ec.

* Bump express-validator from 6.1.1 to 6.2.0

Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](https://github.com/express-validator/express-validator/compare/v6.1.1...v6.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.1 to 1.19.2

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.1...v1.19.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.11 to 5.6.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.11 to 5.6.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.11...5.6.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.1.2 to 4.2.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.15 to 5.5.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.15 to 5.5.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.12 to 5.6.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.12 to 5.6.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.12...5.6.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.6.13 to 5.7.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.6.13 to 5.7.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.6.13...5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.0 to 5.7.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.0...5.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump qrcode from 1.4.1 to 1.4.2

Bumps [qrcode](https://github.com/soldair/node-qrcode) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases)
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.2.1 to 3.3.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.0 to 4.2.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.2.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.2.1 to 4.3.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.1...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.0 to 4.3.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.17 to 5.5.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.17 to 5.5.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/multer from 1.3.9 to 1.3.10

Bumps [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.1 to 4.3.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.1...v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.2 to 4.3.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.3/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.2...v4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.3 to 4.3.4

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.3.4/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.3...v4.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.2 to 1.19.3

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.2...v1.19.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.3.4 to 4.4.0

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.4.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.0/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mocha from 6.2.0 to 6.2.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.1 to 5.7.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.0 to 3.3.1

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.0 to 4.4.1

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.1/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.1 to 4.4.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/v4.4.2/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add documentation for the batch scripts (#463)

* Feature/454 documentation refactor (#458)

* version 1.6.1

* documentation update

* WIP services

* Test files

* Validation

* Documentation update

* Add links to documentation

* update docs

* PR changes

* Detail generic validator functions

* Bump @types/mongoose from 5.5.18 to 5.5.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.18 to 5.5.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump handlebars from 4.4.2 to 4.4.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.3 to 5.7.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.3...5.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.19 to 5.5.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.19 to 5.5.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump mongoose from 5.7.4 to 5.7.5

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.4 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.4...5.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.3.1 to 3.4.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.5.20 to 5.5.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.5.20 to 5.5.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump nodemon from 1.19.3 to 1.19.4

Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump @google-cloud/storage from 3.4.0 to 3.5.0

Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump dotenv from 8.1.0 to 8.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set back to account confirmation on email change

* Reduced middleware function name

* Added tests and verified confirmed status of hacker on most hacker routes

* Fixed all females test due to new hacker stored

* addressed code review nits, changed all lowercase should fails to should FAIL

* Fixed validation for new and improved hacker object

* minor changes to validation schema

* Changed parsing of hacker and validation of application

* Fixed all tests

* Don't worry about this for now

* Changed names of statuses

* Addressed code review changes

* Force fix hacker route

* Match npm scripts with dashboard (#602)

* Format code

* Match start script with dashboard as dev mode

* Match build script with dashboard as production mode

* Update pr template

* Update pr template

* Add travis notifs on slack (#606)

* Remove t-shirt size field from account and add gender field

* Fix bug with wrong validator for being used for gender

* Fix typo in doc

* Fixing tests

* Who knows what is going on with this test now?

* Ignore this

* Switch to eslint and prettier for code formatting (#607)

* delete jshint and jslint

* add eslint

* add eslint ignore

* add prettier

* update eslint

* add prettier config

* add vscode settings

* add format and lint scripts

* remove eslint rules

* update prettier ignore

* update eslint ignore

* update eslint config

* run eslint

* run prettier

* update settings

* run prettier

* Spacing fixed

* Fix failing test and doc typos

* Accept Hacker route created

* Ignore

* Ignore

* Ignore

* Ignore

* All tests finally working, replaced undefined with null as well in hacker util

* Removed console.log statements

* Final commit, all tests passed locally

* Change tdd to bdd to fix debug file

* Fixing tests again and updating application and account models

* Fixing more tests

* Fixed tests and changed account and hacker models appropriately. Also adjusted hacker validation

* Added lodash module

* Added lodash module

* Added nvm

* Removed dependence on lodash

* Removed dependence on lodash

* Adding route to route.constant.js

* Fix typo in docs and regenerate docs

* Refactor/vulns (#610)

* Fix vulnerabilities, update mongoClient

* Update express-validator import stmt to stop them from yelling at us

* npm run update, express-validator/check -> expreess-validator

* Regenerate docs

* Revert "Regenerate docs"

This reverts commit a8d7fcaa4c6a7ce668c4fb00cd4ecd59aea94394.

* Formatting done for middleware

* Tests written for hacker/accept

* Ignore docs folder during code format/lint (#612)

* add docs to ignore

* revert formatting changes to docs folder

* Revert "revert formatting changes to docs folder"

This reverts commit f4954b6a86cd4e03acfd96b05a36a0c36e868ad4.

* Added more tests

* Edited tests

* Improvements

* Improving invalid hacker test for accept

* Edited Middleware

* Edited constants file(routes)

* Documentation additions

* Update routes/api/hacker.js

Co-Authored-By: Loreina Chew <loreina.chew@gmail.com>

* Changed application to have travel take an integer

* Fixed hacker validator based on hacker model

* Fixed getStats

* removed redundancies

* Feature/deployment (#613)

* Update to a supported node version

* Create Procfile

* Specify node version in package

* Update Procfile

* Rename npm scripts

* Clean up some kruft

* Add deploy to heroku button

* Update script names

* Add beta frontend to CORS list

* Type on CORS env variable

* Changed to integer validator instead of bool

* mandatory resume again

* Create changelog (#618)

* update PR template to check for changelog update

* add changelog

* update changelog for this change

* Update pre-acceptance API email templates (#617)

* ignore assets folder

* update NONE hacker status email

* update APPLIED hacker status email

* refactor NONE email styling

* update password reset email

* update create account email

* change hackathon name

* update account/email confirmation email

* update account confirmation email

* fix bold inline styling

* import bold font

* Change job interest enum (#621)

* match enums to frontend

* group enums

* update test to use "Full Time" job interest

* update changelog

* Fix bug (#622)

* Quick fix to update email duplicate bug (#624)

* Quick fix to update email duplicate bug

* Changelog updated

* duplicate email test written

* update changelog

* update changelog to use fixed

* added test tweak to verify successful modification of email in account

Co-authored-by: Loreina Chew <loreina.chew@gmail.com>

* Removed needsBus and added/fixed tests for travel (#625)

* Removed needsBus and added/fixed tests for travel

* Removed log statement

* Added to changelog

* Changelog fix

* Add past-hackathon blast email (#626)

* draft email blast

* update email

* update changelog

* add unsubscribe button

* Release/2.0.1 (#627)

* Bump mongoose from 5.4.10 to 5.4.11

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.10...5.4.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.12 to 5.3.13

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.12 to 5.3.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.13 to 5.3.14

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.14 to 5.3.15

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.14 to 5.3.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump cookie-parser from 1.4.3 to 1.4.4

Bumps [cookie-parser](https://github.com/expressjs/cookie-parser) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.3...1.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.15 to 5.3.16

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.15 to 5.3.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.11 to 5.4.12

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.11...5.4.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.16 to 5.3.17

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.16 to 5.3.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.12 to 5.4.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.12...5.4.13)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Ugprade jshint for async / await support 🎉 (#356)

* Feature/333 settings (#344)

* WIP

* Add settings GET and PATCH

* Update docs

* Update docs

* Update docs to include inputs

* Add tests

* Integrate tests

* Bugfix

* Change entry point of launch.json config

* Clean up tests

* Fix tests

* Add parsebody.middleware

* bugfix with message

* Fix depreciation warning

* Fix function naming

* Make error routing use the error handler (#343)

* Fix linking of accountType in schema (#371)

* Bump mocha from 5.2.0 to 6.0.0 (#372)

Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @google-cloud/logging-winston from 0.10.2 to 0.11.0 (#369)

Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases)
- [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v0.10.2...v0.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Convert major to list, convert ascii to string validation (#355)

* Convert major to list, convert ascii to string validation

* update docs

* Fix majors valdiation for edit

* Bump @types/mongoose from 5.3.17 to 5.3.18

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.17 to 5.3.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.13 to 5.4.14

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.13 to 5.4.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.13...5.4.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump jsonwebtoken from 8.3.0 to 8.5.0

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 8.5.0.
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...v8.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.0 to 6.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.18 to 5.3.19

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.14 to 5.4.15

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.14...5.4.15)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mocha from 6.0.1 to 6.0.2

Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.19 to 5.3.20

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.19 to 3.1.20

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.19 to 3.1.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.15 to 5.4.16

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.15 to 5.4.16.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.15...5.4.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump mongoose from 5.4.16 to 5.4.17

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.4.16...5.4.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongoose from 5.3.20 to 5.3.21

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongoose) from 5.3.20 to 5.3.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongoose)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/mongodb from 3.1.20 to 3.1.21

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.1.20 to 3.1.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/Def…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants