From 3f265ab8d5961de1ab199d700dd2fd2a939c5294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:05:29 +0000 Subject: [PATCH] fix(deps): update dependency chai to v5 --- gcp/synthetic-monitor/mocha-e2e/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/synthetic-monitor/mocha-e2e/package.json b/gcp/synthetic-monitor/mocha-e2e/package.json index 20bf4362..f1aae6a6 100644 --- a/gcp/synthetic-monitor/mocha-e2e/package.json +++ b/gcp/synthetic-monitor/mocha-e2e/package.json @@ -10,7 +10,7 @@ "dependencies": { "@google-cloud/functions-framework": "^3.1.2", "@google-cloud/synthetics-sdk-mocha": "^0.1.1", - "chai": "^4.3.0", + "chai": "^5.0.0", "dotenv": "^16.4.5", "mocha-url-ok": "file:", "node-fetch": "^2.6.0",