Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/promisify to v4 (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 9, 2023
1 parent 30bae66 commit e0e9343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@google-cloud/common": "^4.0.0",
"@google-cloud/promisify": "^3.0.0",
"@google-cloud/promisify": "^4.0.0",
"arrify": "^2.0.0",
"extend": "^3.0.2",
"google-gax": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"@google-cloud/promisify": "^3.0.0",
"@google-cloud/promisify": "^4.0.0",
"google-gax": "^4.0.3",
"is": "^3.3.0"
},
Expand Down

0 comments on commit e0e9343

Please sign in to comment.