Skip to content

Commit 8191a8e

Browse files
authored
1 parent 2260d7c commit 8191a8e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
disturl "https://electronjs.org/headers"
2-
target "17.4.6"
2+
target "17.4.7"
33
runtime "electron"
44
build_from_source "true"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "3a1945bd6c62459a457bd8d0b922259234816e22"
63+
"commitHash": "66dd03293be5c6c7a06e1517bb80100030973be6"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "17.4.6"
68+
"version": "17.4.7"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"cssnano": "^4.1.11",
137137
"debounce": "^1.0.0",
138138
"deemon": "^1.4.0",
139-
"electron": "17.4.6",
139+
"electron": "17.4.7",
140140
"eslint": "8.7.0",
141141
"eslint-plugin-header": "3.1.1",
142142
"eslint-plugin-jsdoc": "^19.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4287,10 +4287,10 @@ electron-to-chromium@^1.4.17:
42874287
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
42884288
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
42894289

4290-
4291-
version "17.4.6"
4292-
resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.6.tgz#4837b3adb2636992a33da734a77794dd932fb05c"
4293-
integrity sha512-9aPjlyWoVxchD/iw5KcbQ7ZaC5ezxsObBrMbGjpdMmDL5dktI0EkT6x2l2CYPZCi4rQG/6qlPfTZJeVPIIwI2Q==
4290+
4291+
version "17.4.7"
4292+
resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.7.tgz#5ae9105f2ee28e6405c79c7101f0c956676da697"
4293+
integrity sha512-CMdUpd6oEwqbF7wcXwy9VNNXfTTbaeRg+zrGZciPzyzsEmJ9vzWcR1WpOxIQ4sIMjUyo1pFbvaD0VOgI2t4x3A==
42944294
dependencies:
42954295
"@electron/get" "^1.13.0"
42964296
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)