diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/meshbay-client/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json index 6e15807..00ed8a9 100644 --- a/packages/meshbay-client/package.json +++ b/packages/meshbay-client/package.json @@ -14,7 +14,7 @@ "dist:win": "powershell -NoProfile -ExecutionPolicy Bypass -File ../../packaging/win/build-win.ps1" }, "devDependencies": { - "electron": "^44.1.1", + "electron": "^44.2.0", "electron-builder": "^26.15.3" }, "build": { @@ -69,6 +69,6 @@ "protobufjs": "^7.6.5" }, "allowScripts": { - "electron@44.1.1": true + "electron@44.2.0": true } } |