diff --git a/CHANGELOG.md b/CHANGELOG.md index 280652d1..d6d5a3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ _This release is scheduled to be released on 2025-01-01._ ### Updated - [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity) +- [core] Update electron dependency to v32 (test electron rebuild) ### Fixed diff --git a/package-lock.json b/package-lock.json index d004ae67..d5d71855 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "ajv": "^8.17.1", "ansis": "^3.3.2", "console-stamp": "^3.1.2", + "electron": "^32.2.0", "envsub": "^4.1.0", "eslint": "^9.11.1", "express": "^4.21.0", @@ -52,7 +53,7 @@ "node": ">=20.9.0 <21 || 22" }, "optionalDependencies": { - "electron": "^31.6.0" + "electron": "^32.2.0" } }, "node_modules/@altano/repository-tools": { @@ -4781,9 +4782,9 @@ "license": "MIT" }, "node_modules/electron": { - "version": "31.6.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-31.6.0.tgz", - "integrity": "sha512-J64VtIF8DI/zsGgoYd3p5LbxAWjt59tk2cBSHJNzVhzgiVgDyPFkBwsqmN4gUvyv+6l6+WoYpYmYdapr2o4bPw==", + "version": "32.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-32.2.0.tgz", + "integrity": "sha512-Xy82QBQrEiQysoxsv6lnhHAcWNNe6vV6QqH3OPFXhEj/T9oAsBHEhZuuYHINSSsUE7zRSj+J9sNwJYOjisT0Vw==", "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/package.json b/package.json index fb58c4d6..4314be61 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "stylelint-prettier": "^5.0.2" }, "optionalDependencies": { - "electron": "^31.6.0" + "electron": "^32.2.0" }, "engines": { "node": ">=20.9.0 <21 || 22"