From 1a6a344ffcb22391a0c03ed1970f2ea6cc65f995 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 May 2025 18:12:30 +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-10245168 --- 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..1c57cca00b00 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": "^36.3.0", "@azure/logger": "^1.0.4" } }