From f4c4214cc6b5395686bf39004476aee23c4daec1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:13:33 +0000 Subject: [PATCH] feat: upgrade mocha from 9.2.2 to 10.5.2 Snyk has created this PR to upgrade mocha from 9.2.2 to 10.5.2. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/cachiman/project/6bef951c-cf2e-4159-8a71-b779df409db5?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/google-cloud-gkeconnect-gateway/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-gkeconnect-gateway/samples/package.json b/packages/google-cloud-gkeconnect-gateway/samples/package.json index ed41f34e243..f3867719ae2 100644 --- a/packages/google-cloud-gkeconnect-gateway/samples/package.json +++ b/packages/google-cloud-gkeconnect-gateway/samples/package.json @@ -18,6 +18,6 @@ "devDependencies": { "c8": "^9.0.0", "chai": "^4.2.0", - "mocha": "^9.0.0" + "mocha": "^10.5.2" } } \ No newline at end of file