Skip to content

Commit 1cf0068

Browse files
committed
add electron resolution to match upstream fix
@getflywheel/local has upgraded to electron ^42.2.0 but hasn't released to npm yet. Adding resolution to close Dependabot alerts. This is a dev dependency only - production runtime uses the Local app's electron version. Resolution will be removed once upstream releases the updated @getflywheel/local package. Fixes: LOC-6989
1 parent 8614882 commit 1cf0068

2 files changed

Lines changed: 46 additions & 362 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
},
6060
"resolutions": {
6161
"trim": "1.0.1",
62-
"react-router": "7.12.0"
62+
"react-router": "7.12.0",
63+
"electron": "^42.2.0"
6364
}
6465
}

0 commit comments

Comments
 (0)