From 70cffaaad26dcd66977a3b5c4b2d25e8d87ca279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 13:35:27 -0500 Subject: [PATCH] chore(deps): bump gaxios from 4.3.0 to 4.3.2 (#178) Bumps [gaxios](https://github.com/googleapis/gaxios) from 4.3.0 to 4.3.2. - [Release notes](https://github.com/googleapis/gaxios/releases) - [Changelog](https://github.com/googleapis/gaxios/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/gaxios/compare/v4.3.0...v4.3.2) --- updated-dependencies: - dependency-name: gaxios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e038b83..d8a2001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/archiver": "^5.1.1", "archiver": "^5.3.0", "fs": "0.0.1-security", - "gaxios": "^4.3.0", + "gaxios": "^4.3.2", "google-auth-library": "^7.6.2", "googleapis": "^85.0.0", "ignore": "^5.1.8", @@ -1741,15 +1741,15 @@ "dev": true }, "node_modules/gaxios": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.0.tgz", - "integrity": "sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz", + "integrity": "sha512-T+ap6GM6UZ0c4E6yb1y/hy2UB6hTrqhglp3XfmU9qbLCGRYhLVV5aRPpC4EmoG8N8zOnkYCgoBz+ScvGAARY6Q==", "dependencies": { "abort-controller": "^3.0.0", "extend": "^3.0.2", "https-proxy-agent": "^5.0.0", "is-stream": "^2.0.0", - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.1" }, "engines": { "node": ">=10" @@ -4905,15 +4905,15 @@ "dev": true }, "gaxios": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.0.tgz", - "integrity": "sha512-pHplNbslpwCLMyII/lHPWFQbJWOX0B3R1hwBEOvzYi1GmdKZruuEHK4N9V6f7tf1EaPYyF80mui1+344p6SmLg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz", + "integrity": "sha512-T+ap6GM6UZ0c4E6yb1y/hy2UB6hTrqhglp3XfmU9qbLCGRYhLVV5aRPpC4EmoG8N8zOnkYCgoBz+ScvGAARY6Q==", "requires": { "abort-controller": "^3.0.0", "extend": "^3.0.2", "https-proxy-agent": "^5.0.0", "is-stream": "^2.0.0", - "node-fetch": "^2.3.0" + "node-fetch": "^2.6.1" } }, "gcp-metadata": { diff --git a/package.json b/package.json index 155e686..de5ca11 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/archiver": "^5.1.1", "archiver": "^5.3.0", "fs": "0.0.1-security", - "gaxios": "^4.3.0", + "gaxios": "^4.3.2", "google-auth-library": "^7.6.2", "googleapis": "^85.0.0", "ignore": "^5.1.8",