diff --git a/package-lock.json b/package-lock.json index 52982c1e1a..c3e5e27bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "ajv": "^8.17.1", "ansis": "^3.10.0", "console-stamp": "^3.1.2", + "electron": "^34.2.0", "envsub": "^4.1.0", "eslint": "^9.21.0", "express": "^4.21.2", @@ -54,7 +55,7 @@ "node": ">=20.18.1 <21 || >=22" }, "optionalDependencies": { - "electron": "^32.3.0" + "electron": "^34.2.0" } }, "node_modules/@altano/repository-tools": { @@ -5154,9 +5155,9 @@ "license": "MIT" }, "node_modules/electron": { - "version": "32.3.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-32.3.0.tgz", - "integrity": "sha512-CyX6K1INQdlgTePmP3wuAueUi5ePqw0IpiGOyyzULGU9gBQI3idwW6apR3W/R1cES2j1gWLrkty3cD40qRV9sg==", + "version": "34.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.2.0.tgz", + "integrity": "sha512-SYwBJNeXBTm1q/ErybQMUBZAYqEreBUqBwTrNkw1rV4YatDZk5Aittpcus3PPeC4UoI/tqmJ946uG8AKHTd6CA==", "hasInstallScript": true, "license": "MIT", "optional": true, diff --git a/package.json b/package.json index 7e612610e9..fe00b42e77 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "stylelint-prettier": "^5.0.3" }, "optionalDependencies": { - "electron": "^32.3.0" + "electron": "^34.2.0" }, "engines": { "node": ">=20.18.1 <21 || >=22"