diff --git a/package.json b/package.json index 6f14f93..ea60630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deemix-gui", - "description": "An electron app that wraps deemix-webui and lets you use the deemix-js library", + "description": "An hybrid app that wraps deemix-webui and lets you use the deemix-js library", "version": "0.0.0", "main": "index.js", "repository": "https://gitlab.com/waLplanet/deemix-gui.git", @@ -22,7 +22,7 @@ "reset-version": "node scripts/reset-version.js" }, "devDependencies": { - "electron": "^27.1.2", + "electron": "^28.0.0", "electron-builder": "^24.9.1", "pkg": "^5.8.1" }, diff --git a/yarn.lock b/yarn.lock index bf7f075..089aca2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -841,10 +841,10 @@ electron-window-state-manager@^0.3.2: app-root-path "^1.3.0" fs-jetpack "^0.9.2" -electron@^27.1.2: - version "27.1.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-27.1.2.tgz#d3074c91cce94c1e19b5904b1cdf78c830f2558d" - integrity sha512-Dy6BUuGLiIJv+zfsXwr78TV2TNppi24rXF4PIIS+OjDblEKdkI9r1iM8JUd3/x3sbGUy5mdLMSPhvmu//IhkgA== +electron@^28.0.0: + version "28.0.0" + resolved "https://registry.yarnpkg.com/electron/-/electron-28.0.0.tgz#21e5590c967125a3c1ec6b0d8d923baf9eb6fd72" + integrity sha512-eDhnCFBvG0PGFVEpNIEdBvyuGUBsFdlokd+CtuCe2ER3P+17qxaRfWRxMmksCOKgDHb5Wif5UxqOkZSlA4snlw== dependencies: "@electron/get" "^2.0.0" "@types/node" "^18.11.18"