Skip to content

Commit

Permalink
Upgraded electron to 1.7.11 for security vuln fix
Browse files Browse the repository at this point in the history
aaroncox committed Jan 24, 2018
1 parent 0e0c132 commit 402a915
Showing 5 changed files with 60 additions and 64 deletions.
2 changes: 1 addition & 1 deletion app/app.html
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Vessel - 0.2.6</title>
<title>Vessel - 0.2.7</title>
<script>
(function() {
if (!process.env.HOT) {
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vessel",
"productName": "vessel",
"version": "0.2.6",
"version": "0.2.7",
"description": "A simple wallet for managing your Steem accounts.",
"main": "./main.prod.js",
"author": {
114 changes: 55 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vessel",
"productName": "vessel",
"version": "0.2.2",
"version": "0.2.7",
"description": "A simple wallet for managing your Steem accounts.",
"scripts": {
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js",
@@ -163,7 +163,7 @@
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.0",
"devtron": "^1.4.0",
"electron": "1.7.8",
"electron": "1.7.11",
"electron-builder": "^19.49.0",
"electron-devtools-installer": "^2.2.0",
"enzyme": "^2.8.2",

0 comments on commit 402a915

Please sign in to comment.