From e6682875c68ece8acec031c32771263c47f7212f Mon Sep 17 00:00:00 2001 From: Angel Caamal Date: Fri, 4 Sep 2026 22:26:30 +0000 Subject: [PATCH] deps: update dependencies in cloudbuild --- cloudbuild/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cloudbuild/package.json b/cloudbuild/package.json index e872969f39d..c48faf4dc20 100644 --- a/cloudbuild/package.json +++ b/cloudbuild/package.json @@ -9,17 +9,17 @@ "author": "Google Inc.", "repository": "googleapis/nodejs-cloudbuild", "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "scripts": { "test": "c8 mocha -p -j 2 system-test --timeout=800000" }, "dependencies": { - "@google-cloud/cloudbuild": "^4.0.0" + "@google-cloud/cloudbuild": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", + "c8": "^12.0.0", + "chai": "^6.0.0", "mocha": "^10.0.0" } }