From 1f4bf6128a0dcf22cfe1ec492b2192f513836cb2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 21 Mar 2020 21:54:07 +0100 Subject: [PATCH] fix(deps): update dependency gaxios to v3 (#917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gaxios](https://togithub.com/googleapis/gaxios) | dependencies | major | [`^2.1.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/gaxios/2.3.2/3.0.0) | --- ### Release Notes
googleapis/gaxios ### [`v3.0.0`](https://togithub.com/googleapis/gaxios/blob/master/CHANGELOG.md#​300httpswwwgithubcomgoogleapisgaxioscomparev232v300-2020-03-19) [Compare Source](https://togithub.com/googleapis/gaxios/compare/v2.3.2...v3.0.0) ##### ⚠ BREAKING CHANGES - **deps:** TypeScript introduced breaking changes in generated code in 3.7.x - drop Node 8 from engines field ([#​254](https://togithub.com/googleapis/gaxios/issues/254)) ##### Features - drop Node 8 from engines field ([#​254](https://www.github.com/googleapis/gaxios/issues/254)) ([8c9fff7](https://www.github.com/googleapis/gaxios/commit/8c9fff7f92f70f029292c906c62d194c1d58827d)) - **deps:** updates to latest TypeScript ([#​253](https://www.github.com/googleapis/gaxios/issues/253)) ([054267b](https://www.github.com/googleapis/gaxios/commit/054267bf12e1801c134e3b5cae92dcc5ea041fab)) ##### [2.3.2](https://www.github.com/googleapis/gaxios/compare/v2.3.1...v2.3.2) (2020-02-28) ##### Bug Fixes - update github repo in package ([#​239](https://www.github.com/googleapis/gaxios/issues/239)) ([7e750cb](https://www.github.com/googleapis/gaxios/commit/7e750cbaaa59812817d725c74fb9d364c4b71096)) ##### [2.3.1](https://www.github.com/googleapis/gaxios/compare/v2.3.0...v2.3.1) (2020-02-13) ##### Bug Fixes - **deps:** update dependency https-proxy-agent to v5 ([#​233](https://www.github.com/googleapis/gaxios/issues/233)) ([56de0a8](https://www.github.com/googleapis/gaxios/commit/56de0a824a2f9622e3e4d4bdd41adccd812a30b4))
--- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/google-auth-library-nodejs). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 071ddfca..23f07772 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", "fast-text-encoding": "^1.0.0", - "gaxios": "^2.1.0", + "gaxios": "^3.0.0", "gcp-metadata": "^4.0.0", "gtoken": "^4.1.0", "jws": "^4.0.0",