Skip to content

Commit

Permalink
fix(deps): update dependency google-auth-library to ^9.8.0 (#297)
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 Apr 19, 2024
1 parent a81536b commit a47f7db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@semantic-release/error": "^4.0.0",
"execa": "^8.0.1",
"google-auth-library": "^9.7.0",
"google-auth-library": "^9.8.0",
"yaml": "^2.4.1",
"zod": "^3.22.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2615,10 +2615,10 @@ globby@^14.0.0:
slash "^5.1.0"
unicorn-magic "^0.1.0"

google-auth-library@^9.7.0:
version "9.7.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.7.0.tgz#dd99a08e2e3f70778de8be4ed8556460e237550a"
integrity sha512-I/AvzBiUXDzLOy4iIZ2W+Zq33W4lcukQv1nl7C8WUA6SQwyQwUwu3waNmWNAvzds//FG8SZ+DnKnW/2k6mQS8A==
google-auth-library@^9.8.0:
version "9.8.0"
resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-9.8.0.tgz#43ae0f72dd72f49fd6a4a46d8eeffe2236691b20"
integrity sha512-TJJXFzMlVGRlIH27gYZ6XXyPf5Y3OItsKFfefsDAafNNywYRTkei83nEO29IrYj8GtdHWU78YnW+YZdaZaXIJA==
dependencies:
base64-js "^1.3.0"
ecdsa-sig-formatter "^1.0.11"
Expand Down

0 comments on commit a47f7db

Please sign in to comment.