From b66e07c56c0a716ea41d8c1cf765c013973f1461 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:23:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-8738830 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8738832 - https://snyk.io/vuln/SNYK-JS-ELECTRON-8738839 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa87e057cb531..7d52757f78279 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "concurrently": "^6.2.1", "cross-env": "^7.0.3", "dotenv": "^16.0.0", - "electron": "^30.1.2", + "electron": "^33.4.2", "esbuild": "^0.18.11", "eslint": "^8.55.0", "eslint-plugin-internal-playwright": "file:utils/eslint-plugin-internal-playwright",