From 9612c9d227ae0a398a02f5c95aec1a9d2a17c877 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Aug 2025 21:15:49 +0000 Subject: [PATCH] fix: sdk/identity/identity-broker/samples/v1/javascript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023263 --- sdk/identity/identity-broker/samples/v1/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity-broker/samples/v1/javascript/package.json b/sdk/identity/identity-broker/samples/v1/javascript/package.json index d1ce64d5d403..bfa9d63ae59c 100644 --- a/sdk/identity/identity-broker/samples/v1/javascript/package.json +++ b/sdk/identity/identity-broker/samples/v1/javascript/package.json @@ -29,7 +29,7 @@ "@azure/identity-broker": "^1.0.0", "dotenv": "latest", "@azure/identity": "^4.2.1", - "electron": "^27.0.0", + "electron": "^37.2.5", "@azure/logger": "^1.0.4" } }