diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2024-01-13 09:39:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 09:39:37 +0100 |
commit | da9c80fdbc6021a4b7bd7f8b9031793bc9f1a3ad (patch) | |
tree | c8ac1bf71ce801e517a75b20c5328ed0075787f4 /package.json | |
parent | c81e79c8c0e5ca923193f114846b274073365b39 (diff) |
chore(deps) update electron to 28.1.3 (#941)
Smaller security and bugfixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1db8767..2776cfd 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "babel-loader": "^8.2.3", "concurrently": "5.1.0", "css-loader": "^6.7.1", - "electron": "28.1.0", + "electron": "28.1.3", "electron-builder": "24.4.0", "electron-context-menu": "^2.5.0", "electron-is-dev": "^1.2.0", |