Skip to content

Commit 20125a6

Browse files
authored
Bump browser-run to latest, fixing electron security issue (#80)
* Bump browser-run version to v8.0.0 ... and removing sudo: false in travis-config + changing nodejs-version to test on from 12 and 13 to 12 and 14 * Version bump * Changing to correct version number * Back to original version =)
1 parent e93c616 commit 20125a6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
sudo: false
21
language: node_js
32
node_js:
43
- 12
5-
- 13
4+
- 14
65
addons:
76
apt:
87
packages:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@juliangruber/tap-finished": "0.0.2",
19-
"browser-run": "^7.0.1",
19+
"browser-run": "^8.0.0",
2020
"optimist": "~0.6.1",
2121
"through": "~2.3.4",
2222
"throughout": "0.0.0"

0 commit comments

Comments
 (0)