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

Conversation

telno
Copy link

@telno telno commented Nov 21, 2021

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 in mocha "npm test" results due to unintentional global references

All test succeeding via "npm test"

- 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"
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.

None yet

1 participant