Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit f09d18b

Browse files
committed
chore: update google-auth-library to v7.0.2
By updating to 7.0.2, this may likely fix googleapis/nodejs-translate#622 which pulls in `google-auth-library` and `@google-cloud/common`. The 2 libraries are currently out of sync.
1 parent 02767a6 commit f09d18b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@
4040
"duplexify": "^4.1.1",
4141
"ent": "^2.2.0",
4242
"extend": "^3.0.2",
43-
"google-auth-library": "^6.1.1",
43+
"google-auth-library": "^7.0.2",
4444
"retry-request": "^4.1.1",
4545
"teeny-request": "^7.0.0"
4646
},
4747
"devDependencies": {
4848
"@compodoc/compodoc": "^1.1.11",
49+
"@microsoft/api-documenter": "^7.8.10",
50+
"@microsoft/api-extractor": "^7.8.10",
4951
"@types/ent": "^2.2.1",
5052
"@types/extend": "^3.0.1",
5153
"@types/mocha": "^8.0.0",
@@ -67,8 +69,6 @@
6769
"proxyquire": "^2.1.3",
6870
"sinon": "^9.0.1",
6971
"tmp": "0.2.1",
70-
"typescript": "~3.8.3",
71-
"@microsoft/api-documenter": "^7.8.10",
72-
"@microsoft/api-extractor": "^7.8.10"
72+
"typescript": "~3.8.3"
7373
}
7474
}

0 commit comments

Comments
 (0)