Skip to content

Commit 2b1f0ad

Browse files
committed
chore: upgrade deps
1 parent d75a175 commit 2b1f0ad

File tree

10 files changed

+1057
-776
lines changed

10 files changed

+1057
-776
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:10.15.1
6+
- image: circleci/node:10.15.3
77
steps:
88
- checkout
99
- restore_cache:

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test-linux": "docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/Library/Caches/electron:/root/.cache/electron -v ~/Library/Caches/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine /bin/bash -c \"yarn && TEST_FILES=HoistedNodeModuleTest node ./test/out/helpers/runTests.js\"",
1515
"whitespace": "whitespace 'src/**/*.ts'",
1616
"docker-images": "docker/build.sh",
17-
"update-deps": "npm-check-updates -a && node ./scripts/update-deps.js",
17+
"update-deps": "npm-check-updates -u && node ./scripts/update-deps.js",
1818
"set-versions": "node test/out/helpers/setVersions.js",
1919
"release": "yarn set-versions && BABEL_ENV=production yarn compile && sh ./__publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
2020
"schema": "",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"7zip-bin": "~4.1.0",
3434
"@types/is-ci": "^1.1.0",
35-
"app-builder-bin": "2.6.4",
35+
"app-builder-bin": "2.6.5",
3636
"archiver": "^3.0.0",
3737
"async-exit-hook": "^2.0.1",
3838
"bluebird-lst": "^1.0.7",
@@ -47,76 +47,76 @@
4747
"ini": "^1.3.5",
4848
"is-ci": "^2.0.0",
4949
"isbinaryfile": "^4.0.0",
50-
"js-yaml": "^3.12.1",
50+
"js-yaml": "^3.13.0",
5151
"lazy-val": "^1.0.4",
5252
"lodash.isequal": "^4.5.0",
53-
"mime": "^2.4.0",
53+
"mime": "^2.4.1",
5454
"minimatch": "^3.0.4",
5555
"normalize-package-data": "^2.5.0",
56-
"pako": "^1.0.8",
56+
"pako": "^1.0.10",
5757
"parse-color": "^1.0.0",
5858
"plist": "^3.0.1",
5959
"read-config-file": "3.2.2",
6060
"sanitize-filename": "^1.6.1",
6161
"sax": "^1.2.4",
62-
"semver": "^5.6.0",
63-
"source-map-support": "^0.5.10",
64-
"stat-mode": "^0.2.2",
62+
"semver": "^6.0.0",
63+
"source-map-support": "^0.5.11",
64+
"stat-mode": "^0.3.0",
6565
"sumchecker": "^2.0.2",
6666
"temp-file": "^3.3.2",
6767
"tunnel-agent": "^0.6.0",
6868
"update-notifier": "^2.5.0",
69-
"yargs": "^13.2.1"
69+
"yargs": "^13.2.2"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "^7.3.4",
73-
"@babel/plugin-proposal-class-properties": "^7.3.4",
74-
"@babel/plugin-proposal-decorators": "^7.3.0",
72+
"@babel/core": "^7.4.3",
73+
"@babel/plugin-proposal-class-properties": "^7.4.0",
74+
"@babel/plugin-proposal-decorators": "^7.4.0",
7575
"@babel/plugin-proposal-do-expressions": "^7.2.0",
7676
"@babel/plugin-proposal-export-default-from": "^7.2.0",
7777
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
7878
"@babel/plugin-proposal-function-bind": "^7.2.0",
7979
"@babel/plugin-proposal-function-sent": "^7.2.0",
8080
"@babel/plugin-proposal-json-strings": "^7.2.0",
8181
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
82-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
82+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.3",
8383
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
8484
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
8585
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
8686
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
8787
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
8888
"@babel/plugin-syntax-import-meta": "^7.2.0",
89-
"@babel/preset-env": "^7.3.4",
89+
"@babel/preset-env": "^7.4.3",
9090
"@babel/preset-react": "^7.0.0",
91-
"@types/debug": "^4.1.2",
91+
"@types/debug": "^4.1.3",
9292
"@types/ejs": "^2.6.3",
9393
"@types/ini": "^1.3.30",
94-
"@types/jest": "^24.0.9",
95-
"@types/js-yaml": "^3.12.0",
96-
"@types/lodash.isequal": "^4.5.4",
94+
"@types/jest": "^24.0.11",
95+
"@types/js-yaml": "^3.12.1",
96+
"@types/lodash.isequal": "^4.5.5",
9797
"@types/node-emoji": "^1.8.1",
9898
"@types/sanitize-filename": "^1.1.28",
9999
"@types/sax": "^1.0.1",
100-
"@types/semver": "^5.5.0",
101-
"@types/source-map-support": "^0.4.2",
100+
"@types/semver": "^6.0.0",
101+
"@types/source-map-support": "^0.5.0",
102102
"@types/stat-mode": "^0.2.0",
103-
"@types/yargs": "^12.0.9",
103+
"@types/yargs": "^12.0.11",
104104
"babel-core": "^7.0.0-bridge.0",
105105
"babel-preset-ts-node6-bluebird": "^3.0.2",
106106
"convert-source-map": "^1.6.0",
107107
"decompress-zip": "^0.3.1",
108-
"depcheck": "^0.7.1",
108+
"depcheck": "^0.7.2",
109109
"electron-builder-tslint-config": "^1.1.0",
110-
"globby": "^9.0.0",
111-
"jest-cli": "^24.1.0",
110+
"globby": "^9.2.0",
111+
"jest-cli": "^24.7.1",
112112
"jest-junit": "^6.3.0",
113113
"jsdoc-to-markdown": "^4.0.1",
114114
"path-sort": "^0.1.0",
115115
"sumchecker": "^2.0.2",
116116
"ts-babel": "6.1.4",
117117
"ts-jsdoc": "^3.0.1",
118-
"tslint": "^5.13.0",
119-
"typescript": "~3.3.3333",
118+
"tslint": "^5.15.0",
119+
"typescript": "~3.4.1",
120120
"whitespace": "^2.1.0",
121121
"worker-farm": "^1.6.0"
122122
},

packages/app-builder-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/electron-userland/electron-builder",
4343
"dependencies": {
4444
"7zip-bin": "~4.1.0",
45-
"app-builder-bin": "2.6.4",
45+
"app-builder-bin": "2.6.5",
4646
"async-exit-hook": "^2.0.1",
4747
"bluebird-lst": "^1.0.7",
4848
"chromium-pickle-js": "^0.2.0",
@@ -54,13 +54,13 @@
5454
"hosted-git-info": "^2.7.1",
5555
"is-ci": "^2.0.0",
5656
"isbinaryfile": "^4.0.0",
57-
"js-yaml": "^3.12.1",
57+
"js-yaml": "^3.13.0",
5858
"read-config-file": "3.2.2",
5959
"minimatch": "^3.0.4",
6060
"normalize-package-data": "^2.5.0",
6161
"plist": "^3.0.1",
6262
"sanitize-filename": "^1.6.1",
63-
"semver": "^5.6.0",
63+
"semver": "^6.0.0",
6464
"debug": "^4.1.1",
6565
"lazy-val": "^1.0.4",
6666
"temp-file": "^3.3.2",

packages/builder-util/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"out"
1212
],
1313
"dependencies": {
14-
"app-builder-bin": "2.6.4",
14+
"app-builder-bin": "2.6.5",
1515
"temp-file": "^3.3.2",
1616
"fs-extra-p": "^7.0.1",
1717
"is-ci": "^2.0.0",
18-
"stat-mode": "^0.2.2",
18+
"stat-mode": "^0.3.0",
1919
"bluebird-lst": "^1.0.7",
2020
"chalk": "^2.4.2",
2121
"debug": "^4.1.1",
2222
"builder-util-runtime": "^0.0.0-semantic-release",
23-
"source-map-support": "^0.5.10",
23+
"source-map-support": "^0.5.11",
2424
"7zip-bin": "~4.1.0",
25-
"js-yaml": "^3.12.1"
25+
"js-yaml": "^3.13.0"
2626
},
2727
"typings": "./out/util.d.ts"
2828
}

packages/builder-util/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export function spawnAndWrite(command: string, args: Array<string>, data: string
191191
}
192192
})
193193

194-
childProcess.stdin.end(data)
194+
childProcess.stdin!!.end(data)
195195
})
196196
}
197197

packages/dmg-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"parse-color": "^1.0.0",
1919
"builder-util": "~0.0.0-semantic-release",
2020
"iconv-lite": "^0.4.24",
21-
"js-yaml": "^3.12.1",
21+
"js-yaml": "^3.13.0",
2222
"app-builder-lib": "~0.0.0-semantic-release",
2323
"sanitize-filename": "^1.6.1"
2424
},

packages/electron-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"read-config-file": "3.2.2",
5656
"sanitize-filename": "^1.6.1",
5757
"update-notifier": "^2.5.0",
58-
"yargs": "^13.2.1",
58+
"yargs": "^13.2.2",
5959
"lazy-val": "^1.0.4",
6060
"app-builder-lib": "0.0.0-semantic-release",
6161
"dmg-builder": "0.0.0-semantic-release"

packages/electron-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"lazy-val": "^1.0.4",
1515
"fs-extra-p": "^7.0.1",
16-
"mime": "^2.4.0",
16+
"mime": "^2.4.1",
1717
"bluebird-lst": "^1.0.7",
1818
"builder-util-runtime": "^0.0.0-semantic-release",
1919
"builder-util": "~0.0.0-semantic-release",

packages/electron-updater/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"lazy-val": "^1.0.4",
1616
"bluebird-lst": "^1.0.7",
1717
"fs-extra-p": "^7.0.1",
18-
"js-yaml": "^3.12.1",
19-
"semver": "^5.6.0",
20-
"source-map-support": "^0.5.10",
18+
"js-yaml": "^3.13.0",
19+
"semver": "^6.0.0",
20+
"source-map-support": "^0.5.11",
2121
"builder-util-runtime": "~0.0.0-semantic-release",
2222
"lodash.isequal": "^4.5.0",
23-
"pako": "^1.0.8"
23+
"pako": "^1.0.10"
2424
},
2525
"typings": "./out/main.d.ts",
2626
"publishConfig": {

0 commit comments

Comments
 (0)