Skip to content

Commit 20d1df1

Browse files
authoredJan 13, 2024
fix(deps): update dependency google-auth-library to ^9.4.2 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d617b0c commit 20d1df1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@semantic-release/error": "^4.0.0",
3636
"execa": "^8.0.1",
37-
"google-auth-library": "^9.4.1",
37+
"google-auth-library": "^9.4.2",
3838
"yaml": "^2.3.4",
3939
"zod": "^3.22.4"
4040
},

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2513,10 +2513,10 @@ globby@^14.0.0:
25132513
slash "^5.1.0"
25142514
unicorn-magic "^0.1.0"
25152515

2516-
google-auth-library@^9.4.1:
2517-
version "9.4.1"
2518-
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.4.1.tgz#dea32cbdae0a47066995a379e6873c52926ea80e"
2519-
integrity sha512-Chs7cuzDuav8W/BXOoRgSXw4u0zxYtuqAHETDR5Q6dG1RwNwz7NUKjsDDHAsBV3KkiiJBtJqjbzy1XU1L41w1g==
2516+
google-auth-library@^9.4.2:
2517+
version "9.4.2"
2518+
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.4.2.tgz#4831150d2c049c37450a81141be34027657c38b6"
2519+
integrity sha512-rTLO4gjhqqo3WvYKL5IdtlCvRqeQ4hxUx/p4lObobY2xotFW3bCQC+Qf1N51CYOfiqfMecdMwW9RIo7dFWYjqw==
25202520
dependencies:
25212521
base64-js "^1.3.0"
25222522
ecdsa-sig-formatter "^1.0.11"

0 commit comments

Comments
 (0)
Please sign in to comment.