From be351cb47d8c545079732195eced93d9f6c96c1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:58:02 +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",