chore: bump electron@12.0.13

This commit is contained in:
deepak1556 2021-07-01 01:29:46 -07:00
parent 5fedf02134
commit b314a5fa18
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
target "12.0.12"
target "12.0.13"
runtime "electron"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "088bc334f0e469c330bc15078de8c250a4f195fc"
"commitHash": "14ae30aa9b2619358298b525acd398446b385151"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "12.0.12"
"version": "12.0.13"
},
{
"component": {

View file

@ -126,7 +126,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "12.0.12",
"electron": "12.0.13",
"eslint": "6.8.0",
"eslint-plugin-jsdoc": "^19.1.0",
"event-stream": "3.3.4",

View file

@ -3039,10 +3039,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5"
integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg==
electron@12.0.12:
version "12.0.12"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.12.tgz#886d1589ebf7fb995d2e2327ef5506d27d58188d"
integrity sha512-6E6dyjuJcGpgJPnsWY7dp1Xhha/NPigNDhxlmdKPwvso8DntFGrGt0SPhi1/wfaWZsXW5wqHBGIP4IN2cZ75WQ==
electron@12.0.13:
version "12.0.13"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.13.tgz#f1c7f3d8b25078d7622ed900cc8f2aa4731a5e0a"
integrity sha512-2yx102mhqgyaTVH+GCet4hURKOIuI27DcVdlval5T3eOEZMOHNrCbi8/8PZ7MqMfB5PIxJ+grS5S00/n5Zcu2Q==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"