From 97614511d69687c2f9e5b3b17abec8d6c831a5de Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:50:45 +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-AJV-15274295 --- 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 1c147597c63910..ac5d6efe21596b 100644 --- a/examples/with-electron-typescript/package.json +++ b/examples/with-electron-typescript/package.json @@ -23,7 +23,7 @@ "@types/react": "^16.14.52", "@types/react-dom": "^16.9.24", "electron": "^27.1.2", - "electron-builder": "^24.9.1", + "electron-builder": "^25.0.0", "next": "latest", "rimraf": "^3.0.2", "typescript": "^4.9.5"