From a79d786ed7831efff3857e57eadb9807aa3a0167 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:01:36 +0000 Subject: [PATCH] feat: upgrade mocha from 8.4.0 to 10.7.3 Snyk has created this PR to upgrade mocha from 8.4.0 to 10.7.3. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/cachiman/project/d408614c-4e85-4e84-bf7b-92a025d4f22a?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/google-cloud-gkehub/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-gkehub/samples/package.json b/packages/google-cloud-gkehub/samples/package.json index b406e15de51..22b15302b0a 100644 --- a/packages/google-cloud-gkehub/samples/package.json +++ b/packages/google-cloud-gkehub/samples/package.json @@ -18,6 +18,6 @@ "devDependencies": { "c8": "^9.0.0", "chai": "^4.2.0", - "mocha": "^8.0.0" + "mocha": "^10.7.3" } } \ No newline at end of file