From 25399d368d058cd0b1441a47b1dd3295e15b0baa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:06:46 +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-6579648 --- 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..9f46d86267440 100644 --- a/examples/with-electron/package.json +++ b/examples/with-electron/package.json @@ -17,7 +17,7 @@ ] }, "devDependencies": { - "electron": "^12.0.2", + "electron": "^29.3.0", "electron-builder": "^23.0.3", "next": "latest", "react": "^18.2.0",