diff --git a/package-lock.json b/package-lock.json index 2889b2a..9195ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "chai": "^4.2.0", "copyfiles": "^2.3.0", "cz-conventional-changelog": "^3.2.1", - "electron": "^11.5.0", + "electron": "^13.6.6", "eslint": "^7.7.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-ava": "^11.0.0", @@ -3542,14 +3542,14 @@ "dev": true }, "node_modules/electron": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz", - "integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==", + "version": "13.6.6", + "resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz", + "integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==", "dev": true, "hasInstallScript": true, "dependencies": { "@electron/get": "^1.0.1", - "@types/node": "^12.0.12", + "@types/node": "^14.6.2", "extract-zip": "^1.0.3" }, "bin": { @@ -3559,12 +3559,6 @@ "node": ">= 8.6" } }, - "node_modules/electron/node_modules/@types/node": { - "version": "12.19.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.4.tgz", - "integrity": "sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==", - "dev": true - }, "node_modules/email-addresses": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz", @@ -14835,22 +14829,14 @@ "dev": true }, "electron": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz", - "integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==", + "version": "13.6.6", + "resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz", + "integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==", "dev": true, "requires": { "@electron/get": "^1.0.1", - "@types/node": "^12.0.12", + "@types/node": "^14.6.2", "extract-zip": "^1.0.3" - }, - "dependencies": { - "@types/node": { - "version": "12.19.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.4.tgz", - "integrity": "sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==", - "dev": true - } } }, "email-addresses": { diff --git a/package.json b/package.json index 7bd8145..2494ca2 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@typescript-eslint/parser": "^3.10.1", "copyfiles": "^2.3.0", "cz-conventional-changelog": "^3.2.1", - "electron": "^11.5.0", + "electron": "^13.6.6", "eslint": "^7.7.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-ava": "^11.0.0",