Closed fcastilloec closed 3 years ago
This will fix the vulnerabilities displayed by npm. The fix for the vulnerability landed on google-auth-library@6.0.0 which requires node >= 10, so might as well use their latest version that will include many potential fixes.
google-auth-library@6.0.0
Fixes #87 and probably also fixes #90
Appreciate the PR, this is now in master with the version of the lib bumped as well.
Great, thanks! Any chance it can get published to npm as well?
0.6.5 should be available on npm now
This will fix the vulnerabilities displayed by npm. The fix for the vulnerability landed on
google-auth-library@6.0.0
which requires node >= 10, so might as well use their latest version that will include many potential fixes.Fixes #87 and probably also fixes #90