chore: update electron@17.4.3 (#149315)

This commit is contained in:
Robo 2022-05-12 12:41:51 +09:00 committed by GitHub
parent fbd5e15934
commit 624bbc4fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

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

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "73c87bcfc6e18428c21676d68f829364e6a7b15d"
"commitHash": "322f1c3f8907f2592eef5b5e03a97045e30df9e3"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "17.4.1"
"version": "17.4.3"
},
{
"component": {

View file

@ -135,7 +135,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "17.4.1",
"electron": "17.4.3",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",

View file

@ -4296,10 +4296,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@17.4.1:
version "17.4.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.1.tgz#203961ca7551553d6497a1ec61d5f85d64d7e2ef"
integrity sha512-0qX+DbiNXlVSUxXq4lWVTis8QYqC4Q7R/Xkk3YZQbHMXZ90bWilypC3gBZAcN4MQD4AYUIebphBOpRPxlXY3nQ==
electron@17.4.3:
version "17.4.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.3.tgz#5f3c26cb211f9267d2becee717f34e3ce564a6bf"
integrity sha512-WQggyCgNUOzoOn+wJKe+xFhYy56gyrn/jIa/l7dyD3TxPb8lddSc86OAqPnP5EugcNXQ0yIu8b+SIE8duKozSw==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"