From 39e6926ca7febd4381a86e3740441bd0871e5de1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:01:37 +0000 Subject: [PATCH] fix: lib/binding_web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- lib/binding_web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binding_web/package.json b/lib/binding_web/package.json index 0b2dfbc44c..1403ea47de 100644 --- a/lib/binding_web/package.json +++ b/lib/binding_web/package.json @@ -31,7 +31,7 @@ "chai": "^4.3.7", "eslint": ">=8.56.0", "eslint-config-google": "^0.14.0", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "terser": "^5.16.6" } }