Skip to content

Commit be41d83

Browse files
chore(main): release 10.4.1 (#2148)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 069c427 commit be41d83

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [10.4.1](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.4.0...v10.4.1) (2025-10-14)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** Update dependency @googleapis/iam to v33 ([#2146](https://github.com/googleapis/google-auth-library-nodejs/issues/2146)) ([bbee39e](https://github.com/googleapis/google-auth-library-nodejs/commit/bbee39e07390f4346d87bf70a7c7a3e28bade8f3))
13+
* **deps:** Update dependency @googleapis/iam to v34 ([#2159](https://github.com/googleapis/google-auth-library-nodejs/issues/2159)) ([0006ae2](https://github.com/googleapis/google-auth-library-nodejs/commit/0006ae223b4197da2ce154777fa853592adc1f2c))
14+
* **deps:** Update dependency dotenv to v17 ([#2150](https://github.com/googleapis/google-auth-library-nodejs/issues/2150)) ([5b2c7c5](https://github.com/googleapis/google-auth-library-nodejs/commit/5b2c7c5d6b55b85434ab6128a7ab257f723e376c))
15+
* **deps:** Update dependency gcp-metadata to v8 ([#2158](https://github.com/googleapis/google-auth-library-nodejs/issues/2158)) ([7e547d4](https://github.com/googleapis/google-auth-library-nodejs/commit/7e547d48ba4244fc69e39f79f64d05a3a6f84d9d))
16+
* Disable linkinator until 429 issue is fixed. ([#2138](https://github.com/googleapis/google-auth-library-nodejs/issues/2138)) ([2f54532](https://github.com/googleapis/google-auth-library-nodejs/commit/2f54532b2183f9cd3f0b587a5724d1840966a697))
17+
* Link to customCredentialSupplierOktaWorkload ([#2149](https://github.com/googleapis/google-auth-library-nodejs/issues/2149)) ([3cdef01](https://github.com/googleapis/google-auth-library-nodejs/commit/3cdef0139ce4c64a4edca31a967db454a4723464))
18+
719
## [10.4.0](https://github.com/googleapis/google-auth-library-nodejs/compare/v10.3.1...v10.4.0) (2025-09-30)
820

921

package.json

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

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@google-cloud/storage": "^7.0.0",
1818
"@aws-sdk/credential-providers": "^3.58.0",
1919
"@googleapis/iam": "^34.0.0",
20-
"google-auth-library": "^10.4.0",
20+
"google-auth-library": "^10.4.1",
2121
"dotenv": "^17.0.0",
2222
"gaxios": "^7.0.0",
2323
"node-fetch": "^2.3.0",

0 commit comments

Comments
 (0)