Bump express from 4.16.3 to 4.18.2

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2.
- [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.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 4b2bb0eb905ea77d0d836031b767fadfb6347960
  1. .github/
  2. e2e/
  3. scripts/
  4. src/
  5. .angular-cli.json
  6. .editorconfig
  7. .gitignore
  8. .travis.yml
  9. center.json
  10. CONTRIBUTING.md
  11. karma.conf.js
  12. LICENSE
  13. license.config.js
  14. NOTICE
  15. package-lock.json
  16. package.json
  17. protractor.conf.js
  18. proxy.conf.json
  19. README.md
  20. tsconfig.json
  21. tslint.json
README.md

QuickStart

Setup

  • Ensure you have Node 6.10.0+ and NPM 3+ installed.
  • Install Node packages npm i

Development

Production build

  • Run license check npm run checkLicenses
  • Run in production mode npm run runProd. This is only to test if AOT is working and should never be used in a production environment.
  • Build production assets npm run build. Files will be stored under /dist.

Tests

  • Please follow the best practices here Angular Testing
  • Run karma tests npm run test

Versioning

The version numbers follow the Semantic Versioning scheme.

In addition to MAJOR.MINOR.PATCH the following postfixes are used to indicate the development state.

  • snapshot - A release currently in development.
  • m - A milestone release include specific sets of functions and are released as soon as the functionality is complete.
  • rc - A release candidate is a version with potential to be a final product, considered code complete.
  • ga - General availability indicates that this release is the best available version and is recommended for all usage.

The versioning layout is {MAJOR}.{MINOR}.{PATCH}-{INDICATOR}[.{PATCH}]. Only milestones and release candidates can have patch versions. Some examples:

1.2.3-snapshot
1.3.5-m.1
1.5.7-rc.2
2.0.0-ga

Contributing

See CONTRIBUTING file.

License

See LICENSE file.