From b0efbc4220f5674d7161f2ca187e06fdab153dd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 05:00:10 +0000 Subject: [PATCH] fix: sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AZUREIDENTITY-7246760 - https://snyk.io/vuln/SNYK-JS-AZUREMSALNODE-7246761 --- .../purview-catalog-rest/samples/v1/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json b/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json index 27bcc53b4b88..fe97b35b9a9d 100644 --- a/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json +++ b/sdk/purview/purview-catalog-rest/samples/v1/javascript/package.json @@ -28,6 +28,6 @@ "dependencies": { "@azure-rest/purview-catalog": "next", "dotenv": "latest", - "@azure/identity": "^2.0.1" + "@azure/identity": "^4.2.1" } }