diff --git a/package-lock.json b/package-lock.json index 6f7ba6fd..2ea32a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "builtin-modules": "3.3.0", "concurrently": "9.1.0", "del-cli": "6.0.0", - "electron": "33.1.0", + "electron": "33.2.0", "electron-builder": "24.13.3", "eslint": "8.57.1", "eslint-import-resolver-typescript": "^3.6.1", @@ -5178,9 +5178,9 @@ } }, "node_modules/electron": { - "version": "33.1.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-33.1.0.tgz", - "integrity": "sha512-7KiY6MtRo1fVFLPGyHS7Inh8yZfrbUTy43nNwUgMD2CBk729BgSwOC2WhmcptNJVlzHJpVxSWkiVi2hp9mH/bw==", + "version": "33.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-33.2.0.tgz", + "integrity": "sha512-PVw1ICAQDPsnnsmpNFX/b1i/49h67pbSPxuIENd9K9WpGO1tsRaQt+K2bmXqTuoMJsbzIc75Ce8zqtuwBPqawA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 36ad1273..1fc1185e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "builtin-modules": "3.3.0", "concurrently": "9.1.0", "del-cli": "6.0.0", - "electron": "33.1.0", + "electron": "33.2.0", "electron-builder": "24.13.3", "eslint": "8.57.1", "eslint-import-resolver-typescript": "^3.6.1", @@ -124,7 +124,7 @@ "axios": "1.7.7", "simple-update-notifier": "2.0.0", "@electron/get": "3.1.0", - "electron": "33.1.0", + "electron": "33.2.0", "http-errors": "2.0.0", "vite": "5.4.10" },