From 136e943a13811427660727240bc3d33452676b0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 15:09:37 +0000 Subject: [PATCH] fix: sdk/storage/Azure.Storage.Common/swagger/Generator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- sdk/storage/Azure.Storage.Common/swagger/Generator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/Azure.Storage.Common/swagger/Generator/package.json b/sdk/storage/Azure.Storage.Common/swagger/Generator/package.json index f835731540e4..dc64ad4e927d 100644 --- a/sdk/storage/Azure.Storage.Common/swagger/Generator/package.json +++ b/sdk/storage/Azure.Storage.Common/swagger/Generator/package.json @@ -20,7 +20,7 @@ "@types/mocha": "5.2.5", "@types/node": "10.12.19", "@types/semver": "5.5.0", - "mocha": "5.2.0", + "mocha": "10.1.0", "mocha-typescript": "1.1.17", "tslint": "^5.11.0", "tslint-language-service-ts3": "1.0.0",