thinky icon indicating copy to clipboard operation
thinky copied to clipboard

Fixed numerous vulnerabilities and deprecations

Open telno opened this issue 4 years ago • 0 comments

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"

telno avatar Nov 21 '21 19:11 telno