From ea7abc53f43ea433edf309b078c23ba804f37a45 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:19:50 +0000 Subject: [PATCH] fix: packages/google-cloud-iot/samples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/google-cloud-iot/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-iot/samples/package.json b/packages/google-cloud-iot/samples/package.json index 0a341e4b039..3717db5d245 100644 --- a/packages/google-cloud-iot/samples/package.json +++ b/packages/google-cloud-iot/samples/package.json @@ -23,7 +23,7 @@ "chai": "^4.2.0", "hash_file": "^0.1.1", "jsonwebtoken": "^9.0.0", - "mocha": "^8.1.1", + "mocha": "^10.6.0", "mqtt": "^4.0.0", "uuid": "^9.0.0", "yargs": "^17.0.0"