node-iap isn't directly affected because it doesn't use the decode function but still good to upgrade and nice to get rid of the warning from npm audit. jsonwebtoken package is more heavily used and vetted so might be safer to use in the future, I know it is not as light weight as jwt-simple but just something to consider.
This PR upgrades some third party dependencies of node-iap to address security vulnerabilities.
jwt-simple
https://www.npmjs.com/advisories/831node-iap isn't directly affected because it doesn't use the
decode
function but still good to upgrade and nice to get rid of the warning fromnpm audit
. jsonwebtoken package is more heavily used and vetted so might be safer to use in the future, I know it is not as light weight as jwt-simple but just something to consider.es-lint
https://npmjs.com/advisories/782 https://npmjs.com/advisories/788 https://npmjs.com/advisories/813