Skip to content

Commit ba0b35c

Browse files
committed
bump deps again
1 parent 464da7f commit ba0b35c

File tree

3 files changed

+46
-42
lines changed

3 files changed

+46
-42
lines changed

main/windows/audio.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ function init () {
2525
useContentSize: true,
2626
width: 200,
2727
contextIsolation: true,
28-
nodeIntegration: false,
28+
webPreferences: {
29+
nodeIntegration: true
30+
},
2931
webSecurity: true
3032
})
3133

main/windows/player.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ function init () {
3333
thickFrame: true,
3434
alwaysOnTop: alwaysOnTop,
3535
contextIsolation: true,
36-
nodeIntegration: false,
36+
webPreferences: {
37+
nodeIntegration: true
38+
},
3739
webSecurity: true
3840
})
3941

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -41,71 +41,71 @@
4141
],
4242
"dependencies": {
4343
"@bret/truthy": "^1.0.1",
44-
"bl": "^2.0.0",
45-
"choo": "^6.11.0-preview1",
46-
"choo-devtools": "^2.1.0",
47-
"classnames": "^2.2.5",
48-
"content-addressable-blob-store": "^4.5.1",
44+
"bl": "^3.0.0",
45+
"choo": "^6.13.3",
46+
"choo-devtools": "^3.0.0",
47+
"classnames": "^2.2.6",
48+
"content-addressable-blob-store": "^4.6.0",
4949
"csjs-inject": "^1.0.1",
50-
"electron-context-menu": "^0.10.0",
51-
"electron-debug": "^2.0.0",
50+
"electron-context-menu": "^0.13.0",
51+
"electron-debug": "^3.0.1",
5252
"electron-default-menu": "^1.0.1",
53-
"electron-ipc-log": "^3.0.0",
54-
"electron-is-dev": "^1.0.1",
55-
"electron-log": "^2.2.12",
56-
"electron-store": "^2.0.0",
57-
"electron-updater": "^4.0.6",
53+
"electron-ipc-log": "^3.0.1",
54+
"electron-is-dev": "^1.1.0",
55+
"electron-log": "^3.0.6",
56+
"electron-store": "^4.0.0",
57+
"electron-updater": "^4.0.14",
5858
"electron-window-state": "^5.0.2",
5959
"entypo": "^2.1.0",
6060
"existy": "^1.0.1",
61-
"file-url": "^2.0.2",
62-
"flush-write-stream": "^1.0.2",
63-
"folder-walker": "^3.0.0",
64-
"format-duration": "^1.0.0",
61+
"file-url": "^3.0.0",
62+
"flush-write-stream": "^2.0.0",
63+
"folder-walker": "^3.2.0",
64+
"format-duration": "^1.3.1",
6565
"fy-shuffle": "^1.0.0",
66-
"global": "^4.3.2",
66+
"global": "^4.4.0",
6767
"lodash.debounce": "^4.0.8",
6868
"lodash.get": "^4.4.2",
6969
"lodash.throttle": "^4.1.1",
7070
"mkdirp": "^0.5.1",
71-
"mousetrap": "^1.6.1",
72-
"music-metadata": "^3.1.6",
73-
"nanobus": "^4.1.0",
74-
"nanocomponent": "^6.0.0",
75-
"nanologger": "^1.3.0",
71+
"mousetrap": "^1.6.3",
72+
"music-metadata": "^4.2.0",
73+
"nanobus": "^4.4.0",
74+
"nanocomponent": "^6.5.2",
75+
"nanologger": "^2.0.0",
7676
"nanotick": "^1.1.6",
7777
"pump": "^3.0.0",
7878
"raven": "^2.2.1",
79-
"raven-js": "^3.19.1",
80-
"run-parallel": "^1.1.6",
79+
"raven-js": "^3.27.2",
80+
"run-parallel": "^1.1.9",
8181
"through2-filter": "^3.0.0",
82-
"xtend": "^4.0.1"
82+
"xtend": "^4.0.2"
8383
},
8484
"devDependencies": {
8585
"@tap-format/spec": "^0.2.0",
86-
"browserify": "^16.1.0",
87-
"budo": "^11.1.3",
86+
"browserify": "^16.3.0",
87+
"budo": "^11.6.2",
8888
"buffer-equal": "^1.0.0",
8989
"bundle-collapser": "^1.3.0",
90-
"common-shakeify": "^0.5.0",
91-
"concat-stream": "^1.6.0",
92-
"dependency-check": "^3.0.0",
93-
"electron": "^4.0.0",
94-
"electron-builder": "^20.31.2",
90+
"common-shakeify": "^0.6.2",
91+
"concat-stream": "^2.0.0",
92+
"dependency-check": "^3.4.1",
93+
"electron": "^5.0.6",
94+
"electron-builder": "^20.44.4",
9595
"electron-renderify": "0.0.2",
9696
"envify": "^4.1.0",
97-
"gh-release": "^3.2.0",
98-
"is-buffer": "^2.0.0",
99-
"npm-run-all": "^4.1.1",
100-
"rimraf": "^2.6.2",
97+
"gh-release": "^3.5.0",
98+
"is-buffer": "^2.0.3",
99+
"npm-run-all": "^4.1.5",
100+
"rimraf": "^2.6.3",
101101
"snazzy": "^8.0.0",
102-
"spectron": "^5.0.0",
102+
"spectron": "^7.0.0",
103103
"standard": "^12.0.1",
104-
"tape": "^4.6.3",
104+
"tape": "^4.11.0",
105105
"temporary-directory": "^1.0.2",
106-
"unassertify": "^2.0.5",
106+
"unassertify": "^2.1.1",
107107
"xvfb-maybe": "^0.2.1",
108-
"yo-yoify": "^4.0.0"
108+
"yo-yoify": "^4.3.0"
109109
},
110110
"engines": {
111111
"npm": ">=5.0.0",

0 commit comments

Comments
 (0)