diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index d664c60250..7142c5e41e 100644 --- a/functions/v2/cloudEventLogging/package.json +++ b/functions/v2/cloudEventLogging/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "c8": "^8.0.0", - "cloudevents": "^7.0.0", + "cloudevents": "^8.0.0", "mocha": "^10.0.0", "sinon": "^15.0.0" } diff --git a/functions/v2/ocr/app/package.json b/functions/v2/ocr/app/package.json index 36b4d17a41..74c1be000e 100644 --- a/functions/v2/ocr/app/package.json +++ b/functions/v2/ocr/app/package.json @@ -20,7 +20,7 @@ "@google-cloud/storage": "^6.0.0", "@google-cloud/translate": "^7.0.0", "@google-cloud/vision": "^3.0.0", - "cloudevents": "^7.0.0" + "cloudevents": "^8.0.0" }, "devDependencies": { "c8": "^8.0.0", diff --git a/media/livestream/package.json b/media/livestream/package.json index 27305248ff..8d28e04c7e 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -13,7 +13,7 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/livestream": "^0.5.0" + "@google-cloud/livestream": "^0.6.0" }, "devDependencies": { "c8": "^8.0.0",