Comparing version 4.1.0 to 4.1.1
@@ -7,2 +7,9 @@ # Changelog | ||
### [4.1.1](https://www.github.com/googleapis/node-gtoken/compare/v4.1.0...v4.1.1) (2019-10-31) | ||
### Bug Fixes | ||
* **deps:** update gaxios to 2.1.0 ([#238](https://www.github.com/googleapis/node-gtoken/issues/238)) ([bb12064](https://www.github.com/googleapis/node-gtoken/commit/bb1206420388399ef8992efe54c70bdb3fdcd965)) | ||
## [4.1.0](https://www.github.com/googleapis/node-gtoken/compare/v4.0.0...v4.1.0) (2019-09-24) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gtoken", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Node.js Google Authentication Service Account Tokens", | ||
@@ -40,3 +40,3 @@ "main": "./build/src/index.js", | ||
"dependencies": { | ||
"gaxios": "^2.0.0", | ||
"gaxios": "^2.1.0", | ||
"google-p12-pem": "^2.0.0", | ||
@@ -43,0 +43,0 @@ "jws": "^3.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29028
Updatedgaxios@^2.1.0