Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed numerous vulnerabilities and deprecations #650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 21, 2021

  1. Fixed numerous vulnerabilities and deprecations

    - module "jade" was deprecated and renamed "pug". Replaced all relevant API methods, and renamed all *.jade files to *.pug
    - module "body-parser" is deprecated in favor of methods by same name exposed on express instance
    - numerous critical vulnerabilities in "validator" and "mocha" packages, so updated their respective versions
    
    /example/* projects now reference the parent Thinky src directly instead of pulling previous version from NPM
    
    Fixed multiple reported memory leaks via mocha "npm test" due to unintentional global references
    
    All test succeeded via "npm test"
    telno committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    03f1c7f View commit details
    Browse the repository at this point in the history