summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-client
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-06 03:43:51 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-06 03:43:51 +0200
commit0ed078c92cabab1dab0f70f321562032ea549ce6 (patch)
treecf05526b1b7b4086deffeb2a6ea75bbf1c67e3e2 /packages/meshbay-client
parent37473b29c02f2dc70eb9ba46d596f503a01c5845 (diff)
downloadmeshbay-0ed078c92cabab1dab0f70f321562032ea549ce6.tar.gz
chore(client): bump electron 44.1.1 → 44.2.0 in package.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-client')
-rw-r--r--packages/meshbay-client/package.json4
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
}
}