diff --git a/package-lock.json b/package-lock.json index 7604ad4c..0eef1061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "core-js": "2.6.12", "dayjs": "^1.11.13", "debug": "^4.3.4", - "electron": "^40.0.0", + "electron": "^41.0.2", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", "nanoid": "^5.1.5", @@ -17178,9 +17178,9 @@ } }, "node_modules/electron": { - "version": "40.8.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-40.8.0.tgz", - "integrity": "sha512-WoPq0Nr9Yx3g7T6VnJXdwa/rr2+VRyH3a+K+ezfMKBlf6WjxE/LmhMQabKbb6yjm9RbZhJBRcYyoLph421O2mQ==", + "version": "41.0.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-41.0.2.tgz", + "integrity": "sha512-raotm/aO8kOs1jD8SI8ssJ7EKciQOY295AOOprl1TxW7B0At8m5Ae7qNU1xdMxofiHMR8cNEGi9PKD3U+yT/mA==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a2f54631..222d308f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "core-js": "2.6.12", "dayjs": "^1.11.13", "debug": "^4.3.4", - "electron": "^40.0.0", + "electron": "^41.0.2", "express": "^4.21.2", "lodash.clonedeep": "^4.5.0", "nanoid": "^5.1.5",