From da4e849db08390195831c416d8e30355cf434185 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:52:58 +0000 Subject: [PATCH] feat: upgrade mocha from 8.4.0 to 11.7.2 Snyk has created this PR to upgrade mocha from 8.4.0 to 11.7.2. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/dargon789/project/68a3328a-d2b6-4975-b7db-af96a29fc4ac?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- packages/google-cloud-modelarmor/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-modelarmor/samples/package.json b/packages/google-cloud-modelarmor/samples/package.json index 93db4fd6e3a..c648af70f7a 100644 --- a/packages/google-cloud-modelarmor/samples/package.json +++ b/packages/google-cloud-modelarmor/samples/package.json @@ -19,6 +19,6 @@ "devDependencies": { "c8": "^9.0.0", "chai": "^4.2.0", - "mocha": "^8.0.0" + "mocha": "^11.7.2" } }