From 8bbdcefc1732f46b4f2c1095244ac1d074e11145 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:19:28 +0000 Subject: [PATCH] fix: packages/synthetics-sdk-mocha/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/synthetics-sdk-mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/synthetics-sdk-mocha/package.json b/packages/synthetics-sdk-mocha/package.json index 40a09b9d..cffc07c6 100644 --- a/packages/synthetics-sdk-mocha/package.json +++ b/packages/synthetics-sdk-mocha/package.json @@ -37,6 +37,6 @@ "dependencies": { "@google-cloud/synthetics-sdk-api": "^0.1.0", "error-stack-parser": "^2.1.4", - "mocha": "^10.2.0" + "mocha": "^11.0.1" } }