Skip to content

Commit

Permalink
fix(deps): update dependency google-auth-library to ^9.2.0 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 16, 2023
1 parent 54bf9b8 commit e1d836b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@semantic-release/error": "^4.0.0",
"execa": "^8.0.1",
"google-auth-library": "^9.0.0",
"google-auth-library": "^9.2.0",
"yaml": "^2.3.2",
"zod": "^3.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -2457,7 +2457,7 @@ globby@^14.0.0:
slash "^5.1.0"
unicorn-magic "^0.1.0"

google-auth-library@^9.0.0:
google-auth-library@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.2.0.tgz#16c14a775b3a9a1be53b7428ddbd9d2c3599836b"
integrity sha512-1oV3p0JhNEhVbj26eF3FAJcv9MXXQt4S0wcvKZaDbl4oHq5V3UJoSbsGZGQNcjoCdhW4kDSwOs11wLlHog3fgQ==
Expand Down

0 comments on commit e1d836b

Please sign in to comment.