Skip to content

Commit

Permalink
Updated electron to version 18.3.5 to fix a security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SebOuellette committed Jun 29, 2022
1 parent c72978f commit c8e52ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livebot",
"version": "1.0.0",
"version": "v1.1.5-alpha",
"description": "Discord for bots!",
"main": "start.js",
"scripts": {
Expand All @@ -24,9 +24,9 @@
"homepage": "https://github.com/SebOuellette/LiveBot#readme",
"dependencies": {
"discord.js": "^12.4.1",
"electron": "^13.1.6"
"electron": "^18.3.5"
},
"devDependencies": {
"electron-packager": "^15.2.0"
"electron-packager": "^13.1.1"

This comment has been minimized.

Copy link
@SebOuellette

SebOuellette Jun 29, 2022

Author Owner

wait what why did this get downgraded? God I hate npm

}
}

0 comments on commit c8e52ae

Please sign in to comment.