From 55238b5c6824e75b8b9b1b1049cae2d43b51df54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 14:37:20 +0000 Subject: [PATCH] fix: sdk/identity/identity-broker/samples/v2/javascript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-11502178 --- sdk/identity/identity-broker/samples/v2/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity-broker/samples/v2/javascript/package.json b/sdk/identity/identity-broker/samples/v2/javascript/package.json index 0083c472566b..b17e586d045c 100644 --- a/sdk/identity/identity-broker/samples/v2/javascript/package.json +++ b/sdk/identity/identity-broker/samples/v2/javascript/package.json @@ -29,7 +29,7 @@ "@azure/identity-broker": "./azure-identity-broker-1.1.0-beta.1.tgz", "dotenv": "latest", "@azure/identity": "./azure-identity-4.5.0-beta.3", - "electron": "^27.0.0", + "electron": "^37.2.6", "@azure/logger": "^1.0.4", "@azure/abort-controller": "2.1.2", "@azure/core-client": "1.9.2",