diff --git a/package-lock.json b/package-lock.json index 34dec67..b35af56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@electron-forge/maker-zip": "^7.6.1", "@electron-forge/plugin-auto-unpack-natives": "^7.6.1", "babel-loader": "^9.2.1", - "electron": "^33.2.1" + "electron": "^34.1.1" } }, "node_modules/@ampproject/remapping": { @@ -2572,9 +2572,9 @@ "dev": true }, "node_modules/electron": { - "version": "33.2.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-33.2.1.tgz", - "integrity": "sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==", + "version": "34.1.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.1.1.tgz", + "integrity": "sha512-1aDYk9Gsv1/fFeClMrxWGoVMl7uCUgl1pe26BiTnLXmAoqEXCa3f3sCKFWV+cuDzUjQGAZcpkWhGYTgWUSQrLA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 18d6f65..a0009e8 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "@electron-forge/maker-zip": "^7.6.1", "@electron-forge/plugin-auto-unpack-natives": "^7.6.1", "babel-loader": "^9.2.1", - "electron": "^33.2.1" + "electron": "^34.1.1" } }