Skip to content

Commit

Permalink
Update dependencies to fix deprecation warnings (#179)
Browse files Browse the repository at this point in the history
* Update dependencies to fix deprecation warnings

Fixes the following deprecations:

    npm WARN deprecated request@2.79.0: request has been deprecated, see request/request#3142
    npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
    npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
    npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
    npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
    npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
    npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

And some vulnerabilities:

    found 58 vulnerabilities (26 low, 7 moderate, 24 high, 1 critical)
      run `npm audit fix` to fix them, or `npm audit` for details

* Switch to tilde ranges for dependencies

Co-authored-by: Andrew Smith <andrewsmith@alumni.stanford.edu>
  • Loading branch information
lydell and AndrewSouthpaw committed Oct 22, 2020
1 parent d38d04b commit 9bc2c83
Show file tree
Hide file tree
Showing 2 changed files with 3,692 additions and 10 deletions.
Loading

0 comments on commit 9bc2c83

Please sign in to comment.