diff --git a/package-lock.json b/package-lock.json index 3374fe5..d993d95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@rollup/rollup-win32-x64-msvc": "^4.59.0", "@types/electron-squirrel-startup": "^1.0.2", "@types/react-dom": "^19.2.3", - "electron": "40.8.0" + "electron": "41.0.3" } }, "node_modules/@cspotcode/source-map-support": { @@ -3707,9 +3707,9 @@ "license": "MIT" }, "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.3", + "resolved": "https://registry.npmjs.org/electron/-/electron-41.0.3.tgz", + "integrity": "sha512-IDjx8liW1q+r7+MOip5W1Eo1eMwJzVObmYrd9yz2dPCkS7XlgLq3qPVMR80TpiROFp73iY30kTzMdpA6fEVs3A==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 876bf1b..d02d14c 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "@rollup/rollup-win32-x64-msvc": "^4.59.0", "@types/electron-squirrel-startup": "^1.0.2", "@types/react-dom": "^19.2.3", - "electron": "40.8.0" + "electron": "41.0.3" } } \ No newline at end of file