Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/automl to v4 (#3490)
Browse files Browse the repository at this point in the history
Co-authored-by: Patti Shin <[email protected]>
  • Loading branch information
renovate-bot and pattishin authored Oct 2, 2023
1 parent ecae284 commit 66492c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^3.1.2",
"@google-cloud/automl": "^4.0.0",
"mathjs": "^11.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha -p -j 2 --recursive --timeout 240000"
},
"dependencies": {
"@google-cloud/automl": "^3.0.0",
"@google-cloud/automl": "^4.0.0",
"@google-cloud/text-to-speech": "^5.0.0",
"@google-cloud/translate": "^8.0.0",
"@google-cloud/vision": "^4.0.0",
Expand Down

0 comments on commit 66492c5

Please sign in to comment.