From 52892bc99143f4486d653f7f6935ac344e03df15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 May 2025 00:55:39 +0000 Subject: [PATCH] fix: examples/with-electron-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-10188824 --- examples/with-electron-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-electron-typescript/package.json b/examples/with-electron-typescript/package.json index e1f5f9f2dbf0e..390ccee101acb 100644 --- a/examples/with-electron-typescript/package.json +++ b/examples/with-electron-typescript/package.json @@ -22,7 +22,7 @@ "@types/node": "^14.14.6", "@types/react": "^16.9.9", "@types/react-dom": "^16.9.9", - "electron": "^13", + "electron": "^36.3.0", "electron-builder": "^23.0.3", "next": "latest", "rimraf": "^3.0.0",