aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Settgast <csett86_git@quicksands.de>2024-01-13 09:39:37 +0100
committerGitHub <noreply@github.com>2024-01-13 09:39:37 +0100
commitda9c80fdbc6021a4b7bd7f8b9031793bc9f1a3ad (patch)
treec8ac1bf71ce801e517a75b20c5328ed0075787f4
parentc81e79c8c0e5ca923193f114846b274073365b39 (diff)
chore(deps) update electron to 28.1.3 (#941)
Smaller security and bugfixes
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 4966d27..c243881 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,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",
@@ -6965,9 +6965,9 @@
}
},
"node_modules/electron": {
- "version": "28.1.0",
- "resolved": "https://registry.npmjs.org/electron/-/electron-28.1.0.tgz",
- "integrity": "sha512-82Y7o4PSWPn1o/aVwYPsgmBw6Gyf2lVHpaBu3Ef8LrLWXxytg7ZRZr/RtDqEMOzQp3+mcuy3huH84MyjdmP50Q==",
+ "version": "28.1.3",
+ "resolved": "https://registry.npmjs.org/electron/-/electron-28.1.3.tgz",
+ "integrity": "sha512-NSFyTo6SndTPXzU18XRePv4LnjmuM9rF5GMKta1/kPmi02ISoSRonnD7wUlWXD2x53XyJ6d/TbSVesMW6sXkEQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -21323,9 +21323,9 @@
}
},
"electron": {
- "version": "28.1.0",
- "resolved": "https://registry.npmjs.org/electron/-/electron-28.1.0.tgz",
- "integrity": "sha512-82Y7o4PSWPn1o/aVwYPsgmBw6Gyf2lVHpaBu3Ef8LrLWXxytg7ZRZr/RtDqEMOzQp3+mcuy3huH84MyjdmP50Q==",
+ "version": "28.1.3",
+ "resolved": "https://registry.npmjs.org/electron/-/electron-28.1.3.tgz",
+ "integrity": "sha512-NSFyTo6SndTPXzU18XRePv4LnjmuM9rF5GMKta1/kPmi02ISoSRonnD7wUlWXD2x53XyJ6d/TbSVesMW6sXkEQ==",
"dev": true,
"requires": {
"@electron/get": "^2.0.0",
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",