chore: bump electron@17.1.2

This commit is contained in:
deepak1556 2022-03-17 20:47:01 +09:00
parent d2336f07b7
commit 249e999a0b
4 changed files with 8 additions and 8 deletions

View file

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

View file

@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
"commitHash": "d35270ebb1dc5e1b8efcc19f4b5623ebd6f6a471"
"commitHash": "fdaee16db7c6c30afedfcedf8e60334d1fa80868"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
"version": "17.1.1"
"version": "17.1.2"
},
{
"component": {

View file

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

View file

@ -4297,10 +4297,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.1.1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.1.tgz#a936907faf68a0a4ae24e8f79c8b22995661c54b"
integrity sha512-S+PIsCOfxB+9DkPsbnWpbLQx6+3P5FGedCeVQ/vhZEX8zD4Wj2F118HGFX6ShEfsaTYE623ESK/f+b2ueHpEpQ==
electron@17.1.2:
version "17.1.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.2.tgz#b4e4a0df883d9a9854cf865efa2bb00b12d55b1d"
integrity sha512-hqKQaUIRWX5Y2eAD8FZINWD/e5TKdpkbBYbkcZmJS4Bd1PKQsaDVc9h5xoA8zZQkPymE9rss+swjRpAFurOPGQ==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"