Skip to content

Commit 9305983

Browse files
authored
Merge branch 'main' into al-3
2 parents 6778647 + 594bf2c commit 9305983

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://www.npmjs.com/package/google-auth-library?activeTab=versions
66

7+
## [9.4.2](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.4.1...v9.4.2) (2024-01-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency @googleapis/iam to v13 ([#1710](https://github.com/googleapis/google-auth-library-nodejs/issues/1710)) ([7ae4aae](https://github.com/googleapis/google-auth-library-nodejs/commit/7ae4aaea0311de1a3e10f4e86a1ef93ff00656b5))
13+
* Expand credentials type ([#1719](https://github.com/googleapis/google-auth-library-nodejs/issues/1719)) ([846c8e9](https://github.com/googleapis/google-auth-library-nodejs/commit/846c8e96cc36feb05148c16e12127e805e388189))
14+
715
## [9.4.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.4.0...v9.4.1) (2023-12-01)
816

917

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-auth-library",
3-
"version": "9.4.1",
3+
"version": "9.4.2",
44
"author": "Google Inc.",
55
"description": "Google APIs Authentication Client Library for Node.js",
66
"engines": {

samples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "Apache-2.0",
1515
"dependencies": {
1616
"@google-cloud/storage": "^7.0.0",
17-
"@googleapis/iam": "^13.0.0",
18-
"google-auth-library": "^9.4.1",
17+
"@googleapis/iam": "^14.0.0",
18+
"google-auth-library": "^9.4.2",
1919
"node-fetch": "^2.3.0",
2020
"opn": "^5.3.0",
2121
"server-destroy": "^1.0.1"

0 commit comments

Comments
 (0)