From aca2ed18931af8ced5937a4cf05b4d2cba14f2af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 15:09:20 +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-8381010 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013 --- 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 004e50fbecaa..e21fccd41d2e 100644 --- a/sdk/identity/identity-broker/samples/v1/javascript/package.json +++ b/sdk/identity/identity-broker/samples/v1/javascript/package.json @@ -31,6 +31,6 @@ "@azure/identity-broker": "^1.0.0", "@azure/logger": "^1.0.4", "dotenv": "latest", - "electron": "^27.0.0" + "electron": "^31.7.5" } }