Skip to content

Commit

Permalink
build(deps): bump @electron/get from 1.2.0 to 1.3.0 (#953)
Browse files Browse the repository at this point in the history
* build(deps): bump @electron/get from 1.2.0 to 1.3.0

Bumps [@electron/get](https://github.com/electron/get) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/electron/get/releases)
- [Changelog](https://github.com/electron/get/blob/master/.releaserc.json)
- [Commits](electron/get@v1.2.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Update the core package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jun 20, 2019
1 parent f6678c8 commit 4b41225
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postinstall": "rimraf node_modules/.bin/*.ps1 && ts-node tools/link-ts.ts"
},
"dependencies": {
"@electron/get": "^1.2.0",
"@electron/get": "^1.3.0",
"@octokit/rest": "^16.28.2",
"aws-sdk": "^2.472.0",
"colors": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@electron-forge/publisher-base": "6.0.0-beta.39",
"@electron-forge/shared-types": "6.0.0-beta.39",
"@electron-forge/template-webpack": "6.0.0-beta.39",
"@electron/get": "^1.2.0",
"@electron/get": "^1.3.0",
"colors": "^1.2.0",
"cross-spawn-promise": "^0.10.1",
"debug": "^4.1.0",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,17 +733,6 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@electron/get@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.2.0.tgz#1d2da0b00ad750e0824772d41826baa90c7906a6"
integrity sha512-gZ/YnhraLpDEV5mKhBruAM9FN2FQ23VhTuOD8rT72VgunOJCs8oCdaY3Rvn5DOJmcPiRhKHGvymA0qTT/sU1QQ==
dependencies:
debug "^4.1.1"
env-paths "^2.2.0"
fs-extra "^7.0.1"
got "^9.6.0"
sumchecker "^3.0.0"

"@electron/get@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@electron/get/-/get-1.3.0.tgz#c00386b383a00ee3a7af38b515dab5b5016dc8a8"
Expand Down

0 comments on commit 4b41225

Please sign in to comment.