diff --git a/package-lock.json b/package-lock.json index 3973fc062a..8b0b5fca62 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": "^33.0.2", "envsub": "^4.1.0", "eslint": "^9.14.0", "express": "^4.21.1", @@ -53,7 +54,7 @@ "node": ">=20.9.0 <21 || 22 || >=23" }, "optionalDependencies": { - "electron": "^32.2.2" + "electron": "^33.0.2" } }, "node_modules/@altano/repository-tools": { @@ -4961,11 +4962,10 @@ "license": "MIT" }, "node_modules/electron": { - "version": "32.2.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-32.2.2.tgz", - "integrity": "sha512-c7TRE42JcgEmJ4elJyCdKk/2os0UX7YMkRDeXBkxFEoM34iX1/2x+c5T9PgeroKz8FEG7omRU5TvjulqVtXvdw==", + "version": "33.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-33.0.2.tgz", + "integrity": "sha512-C2WksfP0COsMHbYXSJG68j6S3TjuGDrw/YT42B526yXalIlNQZ2GeAYKryg6AEMkIp3p8TUfDRD0+HyiyCt/nw==", "hasInstallScript": true, - "license": "MIT", "optional": true, "dependencies": { "@electron/get": "^2.0.0", diff --git a/package.json b/package.json index ad47d7ff1c..c8cef4b65d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "stylelint-prettier": "^5.0.2" }, "optionalDependencies": { - "electron": "^32.2.2" + "electron": "^33.0.2" }, "engines": { "node": ">=20.9.0 <21 || 22 || >=23"