From f4fcb3c2679e3e6582225ee7155738d8d4c958b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jan 2021 22:28:30 +0000 Subject: [PATCH] fix: upgrade google-auth-library from 6.1.3 to 6.1.4 Snyk has created this PR to upgrade google-auth-library from 6.1.3 to 6.1.4. See this package in npm: See this project in Snyk: https://app.snyk.io/org/codefresh-org-1/project/5eef2da8-dea1-4a5f-ad8f-236fea43751b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5e5f358..60c22a7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "aws-sdk": "^2.656.0", "bluebird": "^3.7.2", "cf-errors": "^0.1.15", - "google-auth-library": "^6.1.3", + "google-auth-library": "^6.1.4", "lodash": "4.17.20", "request": "2.88.2", "requestretry": "4.1.2" diff --git a/yarn.lock b/yarn.lock index 37fdc92..959b8b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1006,10 +1006,10 @@ globby@^5.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" -google-auth-library@^6.1.3: - version "6.1.3" - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-6.1.3.tgz#39d868140b70d0c4b32c6f6d8f4ccc1400d84dca" - integrity sha512-m9mwvY3GWbr7ZYEbl61isWmk+fvTmOt0YNUfPOUY2VH8K5pZlAIWJjxEi0PqR3OjMretyiQLI6GURMrPSwHQ2g== +google-auth-library@^6.1.4: + version "6.1.6" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-6.1.6.tgz#deacdcdb883d9ed6bac78bb5d79a078877fdf572" + integrity sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ== dependencies: arrify "^2.0.0" base64-js "^1.3.0"