Skip to content

Commit

Permalink
Bump browser-run to latest, fixing electron security issue (#80)
Browse files Browse the repository at this point in the history
* 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 =)
  • Loading branch information
eklem authored Jul 22, 2020
1 parent e93c616 commit 20125a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- 12
- 13
- 14
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@juliangruber/tap-finished": "0.0.2",
"browser-run": "^7.0.1",
"browser-run": "^8.0.0",
"optimist": "~0.6.1",
"through": "~2.3.4",
"throughout": "0.0.0"
Expand Down

0 comments on commit 20125a6

Please sign in to comment.