Skip to content

Commit ff85d0e

Browse files
committed
fix: older version of app-builder-bin included
Close #3600
1 parent 2b71f76 commit ff85d0e

File tree

10 files changed

+272
-229
lines changed

10 files changed

+272
-229
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@
3232
"dependencies": {
3333
"7zip-bin": "~4.1.0",
3434
"@types/is-ci": "^1.1.0",
35-
"app-builder-bin": "2.6.1",
35+
"app-builder-bin": "2.6.3",
3636
"archiver": "^3.0.0",
3737
"async-exit-hook": "^2.0.1",
3838
"bluebird-lst": "^1.0.6",
39-
"chalk": "^2.4.1",
39+
"chalk": "^2.4.2",
4040
"chromium-pickle-js": "^0.2.0",
41-
"debug": "^4.1.0",
41+
"debug": "^4.1.1",
4242
"ejs": "^2.6.1",
4343
"electron-osx-sign": "0.4.11",
4444
"fs-extra-p": "^7.0.0",
4545
"hosted-git-info": "^2.7.1",
4646
"iconv-lite": "^0.4.24",
4747
"ini": "^1.3.5",
4848
"is-ci": "^2.0.0",
49-
"isbinaryfile": "^3.0.3",
50-
"js-yaml": "^3.12.0",
49+
"isbinaryfile": "^4.0.0",
50+
"js-yaml": "^3.12.1",
5151
"lazy-val": "^1.0.3",
5252
"lodash.isequal": "^4.5.0",
5353
"mime": "^2.4.0",
5454
"minimatch": "^3.0.4",
5555
"normalize-package-data": "^2.4.0",
56-
"pako": "^1.0.7",
56+
"pako": "^1.0.8",
5757
"parse-color": "^1.0.0",
5858
"plist": "^3.0.1",
59-
"read-config-file": "3.2.0",
59+
"read-config-file": "3.2.1",
6060
"sanitize-filename": "^1.6.1",
6161
"sax": "^1.2.4",
6262
"semver": "^5.6.0",
63-
"source-map-support": "^0.5.9",
63+
"source-map-support": "^0.5.10",
6464
"stat-mode": "^0.2.2",
6565
"sumchecker": "^2.0.2",
6666
"temp-file": "^3.3.2",
@@ -70,8 +70,8 @@
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.2.2",
73-
"@babel/plugin-proposal-class-properties": "^7.2.1",
74-
"@babel/plugin-proposal-decorators": "^7.2.2",
73+
"@babel/plugin-proposal-class-properties": "^7.2.3",
74+
"@babel/plugin-proposal-decorators": "^7.2.3",
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",
@@ -86,13 +86,13 @@
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.2.0",
89+
"@babel/preset-env": "^7.2.3",
9090
"@babel/preset-react": "^7.0.0",
9191
"@types/debug": "^0.0.31",
9292
"@types/ejs": "^2.6.1",
9393
"@types/ini": "^1.3.30",
94-
"@types/jest": "^23.3.10",
95-
"@types/js-yaml": "^3.11.2",
94+
"@types/jest": "^23.3.12",
95+
"@types/js-yaml": "^3.11.4",
9696
"@types/lodash.isequal": "^4.5.3",
9797
"@types/node-emoji": "^1.8.0",
9898
"@types/sanitize-filename": "^1.1.28",
@@ -107,15 +107,15 @@
107107
"depcheck": "^0.6.11",
108108
"develar-typescript-json-schema": "0.20.0",
109109
"electron-builder-tslint-config": "^1.1.0",
110-
"globby": "^8.0.1",
110+
"globby": "^9.0.0",
111111
"jest-cli": "^23.6.0",
112-
"jest-junit": "^5.2.0",
112+
"jest-junit": "^6.0.1",
113113
"jsdoc-to-markdown": "^4.0.1",
114114
"path-sort": "^0.1.0",
115115
"sumchecker": "^2.0.2",
116116
"ts-babel": "6.1.2",
117117
"ts-jsdoc": "^3.0.1",
118-
"tslint": "^5.12.0",
118+
"tslint": "^5.12.1",
119119
"typescript": "~3.2.2",
120120
"whitespace": "^2.1.0",
121121
"worker-farm": "^1.6.0"

packages/app-builder-lib/package.json

Lines changed: 5 additions & 5 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.1",
45+
"app-builder-bin": "2.6.3",
4646
"async-exit-hook": "^2.0.1",
4747
"bluebird-lst": "^1.0.6",
4848
"chromium-pickle-js": "^0.2.0",
@@ -53,15 +53,15 @@
5353
"fs-extra-p": "^7.0.0",
5454
"hosted-git-info": "^2.7.1",
5555
"is-ci": "^2.0.0",
56-
"isbinaryfile": "^3.0.3",
57-
"js-yaml": "^3.12.0",
58-
"read-config-file": "3.2.0",
56+
"isbinaryfile": "^4.0.0",
57+
"js-yaml": "^3.12.1",
58+
"read-config-file": "3.2.1",
5959
"minimatch": "^3.0.4",
6060
"normalize-package-data": "^2.4.0",
6161
"plist": "^3.0.1",
6262
"sanitize-filename": "^1.6.1",
6363
"semver": "^5.6.0",
64-
"debug": "^4.1.0",
64+
"debug": "^4.1.1",
6565
"lazy-val": "^1.0.3",
6666
"temp-file": "^3.3.2",
6767
"ejs": "^2.6.1"

packages/app-builder-lib/src/asar/unpackDetector.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ import BluebirdPromise from "bluebird-lst"
22
import { log } from "builder-util"
33
import { CONCURRENCY } from "builder-util/out/fs"
44
import { ensureDir } from "fs-extra-p"
5+
import { isBinaryFile } from "isbinaryfile"
56
import * as path from "path"
67
import { NODE_MODULES_PATTERN } from "../fileTransformer"
78
import { getDestinationPath, ResolvedFileSet } from "../util/appFileCopier"
89

9-
const isBinaryFile: any = BluebirdPromise.promisify(require("isbinaryfile"))
10-
1110
function addValue(map: Map<string, Array<string>>, key: string, value: string) {
1211
let list = map.get(key)
1312
if (list == null) {

packages/builder-util-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=6.0.0"
1515
},
1616
"dependencies": {
17-
"debug": "^4.1.0",
17+
"debug": "^4.1.1",
1818
"fs-extra-p": "^7.0.0",
1919
"bluebird-lst": "^1.0.6",
2020
"sax": "^1.2.4"

packages/builder-util/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"out"
1212
],
1313
"dependencies": {
14-
"app-builder-bin": "2.6.1",
14+
"app-builder-bin": "2.6.3",
1515
"temp-file": "^3.3.2",
1616
"fs-extra-p": "^7.0.0",
1717
"is-ci": "^2.0.0",
1818
"stat-mode": "^0.2.2",
1919
"bluebird-lst": "^1.0.6",
20-
"chalk": "^2.4.1",
21-
"debug": "^4.1.0",
20+
"chalk": "^2.4.2",
21+
"debug": "^4.1.1",
2222
"builder-util-runtime": "^0.0.0-semantic-release",
23-
"source-map-support": "^0.5.9",
23+
"source-map-support": "^0.5.10",
2424
"7zip-bin": "~4.1.0",
25-
"js-yaml": "^3.12.0"
25+
"js-yaml": "^3.12.1"
2626
},
2727
"typings": "./out/util.d.ts"
2828
}

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.0",
21+
"js-yaml": "^3.12.1",
2222
"app-builder-lib": "~0.0.0-semantic-release",
2323
"sanitize-filename": "^1.6.1"
2424
},

packages/electron-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"homepage": "https://github.com/electron-userland/electron-builder",
4848
"dependencies": {
4949
"bluebird-lst": "^1.0.6",
50-
"chalk": "^2.4.1",
50+
"chalk": "^2.4.2",
5151
"builder-util-runtime": "0.0.0-semantic-release",
5252
"builder-util": "0.0.0-semantic-release",
5353
"fs-extra-p": "^7.0.0",
5454
"is-ci": "^2.0.0",
55-
"read-config-file": "3.2.0",
55+
"read-config-file": "3.2.1",
5656
"sanitize-filename": "^1.6.1",
5757
"update-notifier": "^2.5.0",
5858
"yargs": "^12.0.5",

packages/electron-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bluebird-lst": "^1.0.6",
1818
"builder-util-runtime": "^0.0.0-semantic-release",
1919
"builder-util": "~0.0.0-semantic-release",
20-
"chalk": "^2.4.1"
20+
"chalk": "^2.4.2"
2121
},
2222
"typings": "./out/publisher.d.ts"
2323
}

packages/electron-updater/package.json

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

0 commit comments

Comments
 (0)