diff --git a/package-lock.json b/package-lock.json index 34dec67..a3ebf5b 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.0.2" } }, "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.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.0.2.tgz", + "integrity": "sha512-u3F+DSUlg9NaGS+9qnYmSRN8VjAnc3LJDDk1ye1uISJnh4gjG76y3681qLowsPMx4obvCP2eBINnmbLo0yT5WA==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 18d6f65..b512228 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.0.2" } }