Skip to content

Commit

Permalink
Updated electron.js and applied security fixes; no features added
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Mar 22, 2022
1 parent 5d132f4 commit bea661e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VDON.Electron.Capture.App",
"version": "2.7.0",
"version": "2.8.0",
"description": "A simple tool to aid with frameless window video capture and VDON publishing",
"author": "Steve Seguin <steve@seguin.email>",
"main": "main.js",
Expand Down Expand Up @@ -103,7 +103,7 @@
"afterSign": "./afterSign.js"
},
"devDependencies": {
"electron": "^17.0.0",
"electron": "^17.1.2",
"electron-builder": "^22.11.7",
"electron-notarize": "^1.0.0",
"rimraf": "^2.6.3",
Expand All @@ -113,10 +113,12 @@
"electron-context-menu": "^2.5.2",
"electron-is-dev": "^1.0.1",
"electron-prompt": "^1.6.2",
"minimalist": "^1.0.0",
"minimist": "github:fortiZde/minimist",
"yargs": "^15.4.1"
},
"engines": {
"node": "v14.17.1",
"npm": "8.3.0"
"node": "v16.14.0",
"npm": "8.3.1"
}
}

0 comments on commit bea661e

Please sign in to comment.