deepak1556 2022-01-12 19:14:37 +09:00
parent a487ef26aa
commit 5fd01cf37c
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
target "16.0.6"
target "16.0.7"
runtime "electron"
build_from_source "true"

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "eb7a89784901e1480ad36006c6480cff0a955544"
"commitHash": "86cf473d814fabf6e364bc7df387c45dde3a1484"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "16.0.6"
"version": "16.0.7"
},
{
"component": {

View file

@ -130,7 +130,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "16.0.6",
"electron": "16.0.7",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View file

@ -3462,10 +3462,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@16.0.6:
version "16.0.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.6.tgz#d7a420ef2cb39d7d0a4d8760c03d72b137a033d5"
integrity sha512-Xs9dYLYhcJf3wXn8m2gDqFTb1L862KEhMxOx9swfFBHj6NoUPPtUgw/RyPQ0tXN1XPxG9vnBkoI0BdcKwrLKuQ==
electron@16.0.7:
version "16.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.7.tgz#87eaccd05ab61563d3c17dfbad2949bba7ead162"
integrity sha512-/IMwpBf2svhA1X/7Q58RV+Nn0fvUJsHniG4TizaO7q4iKFYSQ6hBvsLz+cylcZ8hRMKmVy5G1XaMNJID2ah23w==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"