From 3b665e99dde3cbbe2adc7ac3d497c8116b15ea77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 04:06:04 +0000 Subject: [PATCH] fix: node/plain/functionApp/Tests/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node/plain/functionApp/Tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/plain/functionApp/Tests/package.json b/node/plain/functionApp/Tests/package.json index c164d7c1..1e49458a 100644 --- a/node/plain/functionApp/Tests/package.json +++ b/node/plain/functionApp/Tests/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "gulp": "^3.9.1", - "mocha": "^5.2.0", + "mocha": "^11.0.1", "mocha-junit-reporter": "^1.18.0" }, "scripts": {