Skip to content

Commit 2cd4958

Browse files
committed
chore: bump electron@7.3.2
1 parent bafb9fc commit 2cd4958

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "7.3.1"
2+
target "7.3.2"
33
runtime "electron"

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": "bc8fc0d406d32e4c02f3ec9f161deaacbe4f5989"
63+
"commitHash": "5f93e889020d279d5a9cd1ecab080ab467312447"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "7.3.1"
68+
"version": "7.3.2"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"css-loader": "^3.2.0",
103103
"debounce": "^1.0.0",
104104
"deemon": "^1.4.0",
105-
"electron": "7.3.1",
105+
"electron": "7.3.2",
106106
"eslint": "6.8.0",
107107
"eslint-plugin-jsdoc": "^19.1.0",
108108
"event-stream": "3.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,10 +2717,10 @@ electron-to-chromium@^1.2.7:
27172717
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
27182718
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
27192719

2720-
electron@7.3.1:
2721-
version "7.3.1"
2722-
resolved "https://registry.yarnpkg.com/electron/-/electron-7.3.1.tgz#3574f85866b97a8712265442dbf7244cac639910"
2723-
integrity sha512-T1yuQqjTpRIh/oQ1rIhuN2aIk0YZaielyn09oxrMMwvL+C3bHvpPUJSCZrtVSzdUmTORhQRM9FZPzheBsneVUA==
2720+
electron@7.3.2:
2721+
version "7.3.2"
2722+
resolved "https://registry.yarnpkg.com/electron/-/electron-7.3.2.tgz#184b69fe9089693e179b3b34effa975dfc8e505d"
2723+
integrity sha512-5uSWVfCJogiPiU0G+RKi4ECnNs0gPNjAwYVE9KR7RXaOJYcpNIC5RFejaaUnuRoBssJ5B1n/5WU6wDUxvPajWQ==
27242724
dependencies:
27252725
"@electron/get" "^1.0.1"
27262726
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)