Skip to content

Commit bd8fad9

Browse files
fix(deps): update dependency google-auth-library to v7 (#739)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3c30d88 commit bd8fad9

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dotenv": "^8.0.0",
5252
"express": "^4.14.1",
5353
"fs-extra": "^8.0.0",
54-
"google-auth-library": "6.1.6",
54+
"google-auth-library": "7.0.2",
5555
"http-status-codes": "^2.0.0",
5656
"install": "^0.13.0",
5757
"ioredis": "^4.14.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3617,10 +3617,10 @@ globby@^11.0.0, globby@^11.0.1:
36173617
merge2 "^1.3.0"
36183618
slash "^3.0.0"
36193619

3620-
google-auth-library@6.1.6, google-auth-library@^6.0.0:
3621-
version "6.1.6"
3622-
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-6.1.6.tgz#deacdcdb883d9ed6bac78bb5d79a078877fdf572"
3623-
integrity sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ==
3620+
google-auth-library@7.0.2:
3621+
version "7.0.2"
3622+
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-7.0.2.tgz#cab6fc7f94ebecc97be6133d6519d9946ccf3e9d"
3623+
integrity sha512-vjyNZR3pDLC0u7GHLfj+Hw9tGprrJwoMwkYGqURCXYITjCrP9HprOyxVV+KekdLgATtWGuDkQG2MTh0qpUPUgg==
36243624
dependencies:
36253625
arrify "^2.0.0"
36263626
base64-js "^1.3.0"
@@ -3645,6 +3645,21 @@ google-auth-library@^1.3.1:
36453645
lru-cache "^4.1.3"
36463646
retry-axios "^0.3.2"
36473647

3648+
google-auth-library@^6.0.0:
3649+
version "6.1.6"
3650+
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-6.1.6.tgz#deacdcdb883d9ed6bac78bb5d79a078877fdf572"
3651+
integrity sha512-Q+ZjUEvLQj/lrVHF/IQwRo6p3s8Nc44Zk/DALsN+ac3T4HY/g/3rrufkgtl+nZ1TW7DNAw5cTChdVp4apUXVgQ==
3652+
dependencies:
3653+
arrify "^2.0.0"
3654+
base64-js "^1.3.0"
3655+
ecdsa-sig-formatter "^1.0.11"
3656+
fast-text-encoding "^1.0.0"
3657+
gaxios "^4.0.0"
3658+
gcp-metadata "^4.2.0"
3659+
gtoken "^5.0.4"
3660+
jws "^4.0.0"
3661+
lru-cache "^6.0.0"
3662+
36483663
google-auto-auth@^0.10.0:
36493664
version "0.10.1"
36503665
resolved "https://registry.yarnpkg.com/google-auto-auth/-/google-auto-auth-0.10.1.tgz#68834a6f3da59a6cb27fce56f76e3d99ee49d0a2"

0 commit comments

Comments
 (0)