From 21ac66fdb10512228420aedbb47a83411f2d18a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 20:15:24 +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-10906462 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023258 --- 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..a3da101f2130 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.4", "@azure/logger": "^1.0.4" } }