chore: update electron@19.0.8

This commit is contained in:
deepak1556 2022-07-19 17:57:54 +09:00
parent c036f3257b
commit 599241ad74
4 changed files with 10 additions and 10 deletions

View File

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

View File

@ -6,7 +6,7 @@
"git": {
"name": "chromium",
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
"commitHash": "b5d9f1c49c2e0336d8efe62e6054170d5118ee5c"
"commitHash": "c53c15c92c076f8d7593518ba99a9f8a6fc5ead6"
}
},
"licenseDetail": [
@ -40,7 +40,7 @@
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
],
"isOnlyProductionDependency": true,
"version": "102.0.5005.134"
"version": "102.0.5005.148"
},
{
"component": {
@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "2f4e7679f826c9c6d8ba08aa860f283e5d52e5ad"
"commitHash": "c67ca40ed6054aadcdfb901aa1abaee2ccc690f3"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "19.0.7"
"version": "19.0.8"
},
{
"component": {

View File

@ -135,7 +135,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "19.0.7",
"electron": "19.0.8",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^39.3.2",

View File

@ -4177,10 +4177,10 @@ electron-to-chromium@^1.4.17:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
electron@19.0.7:
version "19.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.7.tgz#c7a7841646adc6457de70b93661cc400bfdf9d38"
integrity sha512-Wyg+oGkY8cWYmm8tVka6CZmhJxnyUx+Us2ALyWiY4w73+dO9XUNB/c7vQNIm1Uk/DLMn9vFzgvcS9YtOOMqpbg==
electron@19.0.8:
version "19.0.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.8.tgz#c4d4ba915de554f2926261eb37d3527d2b092d4c"
integrity sha512-OWK3P/NbDFfBUv+wbYv1/OV4jehY5DQPT7n1maQJfN9hsnrWTMktXS/bmS05eSUAjNAzHmKPKfiKH2c1Yr7nGw==
dependencies:
"@electron/get" "^1.14.1"
"@types/node" "^16.11.26"