diff --git a/package-lock.json b/package-lock.json index 34dec67..24a176f 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.2.0" } }, "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.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.2.0.tgz", + "integrity": "sha512-SYwBJNeXBTm1q/ErybQMUBZAYqEreBUqBwTrNkw1rV4YatDZk5Aittpcus3PPeC4UoI/tqmJ946uG8AKHTd6CA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 18d6f65..b71e608 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.2.0" } }