Skip to content

Commit 496836b

Browse files
committed
Bump dependencies to fix vulnerabilities
1 parent af12787 commit 496836b

File tree

2 files changed

+271
-174
lines changed

2 files changed

+271
-174
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"release:win": "yarn run clean && electron-builder --win -p always"
6060
},
6161
"engines": {
62-
"node": ">=12.16.1",
62+
"node": ">=12.20",
6363
"npm": "Please use yarn and not npm"
6464
},
6565
"dependencies": {
@@ -95,9 +95,10 @@
9595
"jest": "^26.6.3",
9696
"rimraf": "^3.0.2",
9797
"spectron": "^14.0.0",
98-
"xo": "^0.38.2"
98+
"xo": "^0.40.3"
9999
},
100100
"resolutions": {
101+
"minimist": "1.2.5",
101102
"yargs-parser": "18.1.3"
102103
},
103104
"xo": {

0 commit comments

Comments
 (0)