diff --git a/backend/package.json b/backend/package.json index b9ec4b5f..b4fc4dea 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,7 +25,7 @@ "dotenv": "^8.2.0", "express": "~4.17.1", "express-bearer-token": "^2.4.0", - "google-auth-library": "^6.1.3", + "google-auth-library": "^7.2.0", "graphql": "^15.4.0", "http-errors": "~1.8.0", "jsonwebtoken": "^8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index dcf574cc..269c3dc1 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2582,10 +2582,10 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -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@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.2.0.tgz#ad9b914f0c5bc5b0b7b8e75a5eb80d208e36533b" + integrity sha512-F5mnidUaIXfZZl2FzhZOhboLNR6pIgIPrmP4QAbDKMy+kkb3GOc4r7KndAV9+Kx3VijrQTi4FI/AMLg8VWG6nw== dependencies: arrify "^2.0.0" base64-js "^1.3.0"