diff --git a/package-lock.json b/package-lock.json index adba08219d..403d30a359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "colors": "^1.4.0", "command-exists": "^1.2.9", "console-stamp": "^3.1.2", + "electron": "^28.1.0", "envsub": "^4.1.0", "eslint": "^8.56.0", "express": "^4.18.2", @@ -49,7 +50,7 @@ "node": ">=18" }, "optionalDependencies": { - "electron": "^27.2.0" + "electron": "^28.1.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3369,9 +3370,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron": { - "version": "27.2.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-27.2.0.tgz", - "integrity": "sha512-no/iMICVLI/5G0IqgKFbB89HDN88DWwKeRO+dPfJPkpJISdEX8Cx/sMEOFuuRa4VNInNe5CKCqRWExK5z3AdcQ==", + "version": "28.1.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-28.1.0.tgz", + "integrity": "sha512-82Y7o4PSWPn1o/aVwYPsgmBw6Gyf2lVHpaBu3Ef8LrLWXxytg7ZRZr/RtDqEMOzQp3+mcuy3huH84MyjdmP50Q==", "hasInstallScript": true, "optional": true, "dependencies": { diff --git a/package.json b/package.json index 20c8333c06..74497d092d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "suncalc": "^1.9.0" }, "optionalDependencies": { - "electron": "^27.2.0" + "electron": "^28.1.0" }, "dependencies": { "colors": "^1.4.0",