From 8dd7749c76910295a843b2d0df8eefb75910103c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:10:51 +0000 Subject: [PATCH] fix: sdk/identity/identity-broker/samples/v1/typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8516312 --- sdk/identity/identity-broker/samples/v1/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity-broker/samples/v1/typescript/package.json b/sdk/identity/identity-broker/samples/v1/typescript/package.json index 0078d7ddcd1a..74bdeb6339e5 100644 --- a/sdk/identity/identity-broker/samples/v1/typescript/package.json +++ b/sdk/identity/identity-broker/samples/v1/typescript/package.json @@ -31,7 +31,7 @@ "@azure/identity": "^4.2.1", "@azure/identity-broker": "^1.0.0", "dotenv": "^16.0.0", - "electron": "^27.0.0" + "electron": "^32.2.8" }, "devDependencies": { "@types/node": "^18.0.0",