Skip to content

Commit

Permalink
Bump dependencies to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Jun 27, 2021
1 parent af12787 commit 496836b
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 174 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"release:win": "yarn run clean && electron-builder --win -p always"
},
"engines": {
"node": ">=12.16.1",
"node": ">=12.20",
"npm": "Please use yarn and not npm"
},
"dependencies": {
Expand Down Expand Up @@ -95,9 +95,10 @@
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"spectron": "^14.0.0",
"xo": "^0.38.2"
"xo": "^0.40.3"
},
"resolutions": {
"minimist": "1.2.5",
"yargs-parser": "18.1.3"
},
"xo": {
Expand Down
Loading

0 comments on commit 496836b

Please sign in to comment.