From 9dc7ab4d1e2b78607d4b5b401bd601c1d035f4fb Mon Sep 17 00:00:00 2001 From: Hunlongyu Date: Wed, 21 Oct 2020 09:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AA=20=E5=8D=87=E7=BA=A7=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a7676f..65be7ec 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", - "electron": "^10.1.3", + "electron": "^10.1.4", "electron-devtools-installer": "^3.1.0", "eslint": "^6.7.2", "eslint-plugin-import": "^2.20.2", diff --git a/yarn.lock b/yarn.lock index 7524e3e..ae97ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3657,10 +3657,10 @@ electron-to-chromium@^1.3.488: resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.496.tgz#3f43d32930481d82ad3663d79658e7c59a58af0b" integrity sha512-TXY4mwoyowwi4Lsrq9vcTUYBThyc1b2hXaTZI13p8/FRhY2CTaq5lK+DVjhYkKiTLsKt569Xes+0J5JsVXFurQ== -electron@^10.1.3: - version "10.1.3" - resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.3.tgz#7e276e373bf30078bd4cb1184850a91268dc0e6c" - integrity sha1-fiduNzvzAHi9TLEYSFCpEmjcDmw= +electron@^10.1.4: + version "10.1.4" + resolved "https://registry.npm.taobao.org/electron/download/electron-10.1.4.tgz?cache=0&sync_timestamp=1603157068707&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-10.1.4.tgz#5462c5fac5b4728691042d0f62133ea2c133e6fd" + integrity sha1-VGLF+sW0coaRBC0PYhM+osEz5v0= dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"