Skip to content

Commit 72e6f60

Browse files
renovate[bot]fhinkel
authored andcommitted
fix(deps): update dependency @google-cloud/vision to v0.24.0 (GoogleCloudPlatform#1066)
1 parent 17b111b commit 72e6f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/imagemagick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/storage": "^2.3.3",
19-
"@google-cloud/vision": "^0.23.0",
19+
"@google-cloud/vision": "^0.24.0",
2020
"gm": "^1.23.1"
2121
},
2222
"devDependencies": {

functions/ocr/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@google-cloud/pubsub": "0.22.2",
1919
"@google-cloud/storage": "^2.3.3",
2020
"@google-cloud/translate": "2.1.3",
21-
"@google-cloud/vision": "0.23.0",
21+
"@google-cloud/vision": "0.24.0",
2222
"safe-buffer": "5.1.2"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)