diff --git a/package-lock.json b/package-lock.json index e90ace2..98350f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "@types/react": "^19.1.8", "@types/react-dom": "^19.0.4", "compression": "^1.8.1", - "electron": "36.2.1", + "electron": "38.3.0", "electron-devtools-installer": "^4.0.0", "electron-rebuild": "^3.2.9", "eslint": "^9.32.0", @@ -8063,9 +8063,9 @@ "license": "MIT" }, "node_modules/electron": { - "version": "36.2.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-36.2.1.tgz", - "integrity": "sha512-mm1Y+Ms46xcOTA69h8hpqfX392HfV4lga9aEkYkd/Syx1JBStvcACOIouCgGrnZpxNZPVS1jM8NTcMkNjuK6BQ==", + "version": "38.3.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-38.3.0.tgz", + "integrity": "sha512-Wij4AzX4SAV0X/ktq+NrWrp5piTCSS8F6YWh1KAcG+QRtNzyns9XLKERP68nFHIwfprhxF2YCN2uj7nx9DaeJw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 6216073..e65d7e6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/react": "^19.1.8", "@types/react-dom": "^19.0.4", "compression": "^1.8.1", - "electron": "36.2.1", + "electron": "38.3.0", "electron-devtools-installer": "^4.0.0", "electron-rebuild": "^3.2.9", "eslint": "^9.32.0",