From 4a6dff155f3a2d1e3ae5b875b0c8ff92a63f34b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 May 2022 17:54:30 +0000 Subject: [PATCH] fix: examples/with-electron/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-2807809 --- examples/with-electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-electron/package.json b/examples/with-electron/package.json index e38d7e6f46a27..16509c43dce1a 100644 --- a/examples/with-electron/package.json +++ b/examples/with-electron/package.json @@ -17,7 +17,7 @@ ] }, "devDependencies": { - "electron": "^12.0.2", + "electron": "^15.5.4", "electron-builder": "^22.10.5", "next": "latest", "react": "^17.0.2",