From b25db6d49f4280b387cf5989d6e512d938c6d831 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:35:02 +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-8604283 --- 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 bffabc84ef1e7..203352799649e 100644 --- a/examples/with-electron/package.json +++ b/examples/with-electron/package.json @@ -17,7 +17,7 @@ ] }, "devDependencies": { - "electron": "^12.0.2", + "electron": "^32.3.0", "electron-builder": "^23.0.3", "next": "latest", "react": "^18.2.0",