Skip to content

Commit

Permalink
fix: download electron checksum failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Aug 11, 2022
1 parent 3814ec9 commit ecea53c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/core": "^3.36.0",
"@blueprintjs/popover2": "^0.12.2",
"@blueprintjs/select": "^3.15.0",
"@electron/get": "^1.14.1",
"@electron/get": "^2.0.0",
"@octokit/rest": "^16.43.1",
"@sentry/electron": "^2.5.3",
"algoliasearch": "^4.12.0",
Expand Down Expand Up @@ -124,8 +124,8 @@
"monaco-editor-webpack-plugin": "2.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"resolve-url-loader": "^5.0.0",
"recursive-readdir": "^2.2.2",
"resolve-url-loader": "^5.0.0",
"rimraf": "^3.0.2",
"standard": "^16.0.3",
"stylelint": "^13.11.0",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
global-agent "^2.0.2"
global-tunnel-ng "^2.7.1"

"@electron/get@^1.14.1", "@electron/get@^1.6.0", "@electron/get@^1.9.0":
"@electron/get@^1.6.0", "@electron/get@^1.9.0":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.14.1.tgz#16ba75f02dffb74c23965e72d617adc721d27f40"
integrity sha512-BrZYyL/6m0ZXz/lDxy/nlVhQz+WF+iPS6qXolEU8atw7h6v1aYkjwJZ63m+bJMBTxDE66X+r2tPS4a/8C82sZw==
Expand All @@ -1013,6 +1013,22 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"

"@electron/get@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-2.0.0.tgz#d991e68dc089fc66b521ec3ca4021515482bef91"
integrity sha512-d0XfNGayKLrYRqddW4f2Zdjaj71LfvZlCnUN8ojyNMr7WD8v6B+fqdCV8Etnwn/vUfFWFwMk/HtLEFZy01h4tQ==
dependencies:
debug "^4.1.1"
env-paths "^2.2.0"
fs-extra "^8.1.0"
got "^11.8.5"
progress "^2.0.3"
semver "^6.2.0"
sumchecker "^3.0.1"
optionalDependencies:
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"

"@electron/universal@^1.2.1":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.3.0.tgz#5854e41cf5bac03f4a78b9282358661fd0a66d4e"
Expand Down Expand Up @@ -6045,7 +6061,7 @@ gonzales-pe@^4.3.0:
dependencies:
minimist "^1.2.5"

got@^11.7.0, got@^11.8.2:
got@^11.7.0, got@^11.8.2, got@^11.8.5:
version "11.8.5"
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==
Expand Down

0 comments on commit ecea53c

Please sign in to comment.