This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and related code changes (#227)
Update bcrypt to 3.x.x (from 1.x.x) Update boom to @hapi/boom (still 7.x.x) Update confidence to 4.x.x (from 3.x.x) Update dotenv to 8.x.x (from 5.x.x) Update eslint-config-hapi to @hapi/eslint-config-hapi 12.x.x (from 11.x.x) Update eslint-plugin-hapi to @hapi/eslint-plugin-hapi (still 4.x.x) Update glue to @hapi/glue 6.x.x (from 5.x.x) Update good to @hapi/good (still 8.x.x) Update good-console to @hapi/good-console 8.x.x (from 7.x.x) Update good-squeeze to @hapi/good-squeeze (still 5.x.x) Update hapi to @hapi/hapi 18.x.x (from 17.x.x) Update hapi-auth-basic to @hapi/basic (still 5.x.x) Update hapi-mongo-models to 8.x.x (from 7.x.x) Update hapi-swagger 10.x.x (from 9.x.x) Update hoek to @hapi/hoek 7.x.x (from 5.x.x) Update inert to @hapi/inert 7.x.x (from 5.x.x) Update joi to @hapi/joi 15.x.x (from 13.x.x) Update mongo-models to 3.x.x (from 2.x.x) Update nodemailer to 6.x.x (from 4.x.x) Update slug to 1.x.x (from 0.9.x) Update vision to @hapi/vision (still 5.x.x) Update code to @hapi/code (still 5.x.x) Update lab to @hapi/lab 19.x.x (from 15.x.x) Update code's use of @hapi/basic as a result of changes to the module. - Register the module explicitly in auth.js register() function. - Add strategy property to auth JSON object - Wrap roles, session and user properties of the request auth object within an object named credentials. - Use real domain for test email addresses (underlying code validates the domain) Change "new Buffer(string)" to "Buffer.from(string)" Change Swagger option sortTags to 'alpha' Fix eslint warnings - Line spacing Allow default configuration, setup script and test suite pickup MongoDB URI from the environment.
- Loading branch information