diff --git a/ElectronSharp.Host/package-lock.json b/ElectronSharp.Host/package-lock.json index f049276..5c57c41 100644 --- a/ElectronSharp.Host/package-lock.json +++ b/ElectronSharp.Host/package-lock.json @@ -21,7 +21,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "dotenv": "^16.4.5", - "electron": "36.2.0", + "electron": "36.8.1", "eslint": "^8.57.0", "typescript": "^5.4.5" } @@ -1069,9 +1069,9 @@ } }, "node_modules/electron": { - "version": "36.2.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-36.2.0.tgz", - "integrity": "sha512-5yldoRjBKxPQfI0QMX+qq750o3Nl8N1SZnJqOPMq0gZ6rIJ+7y4ZLp808GrFwjfTm05TYgq3GSD8FGuKQZqwEw==", + "version": "36.8.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-36.8.1.tgz", + "integrity": "sha512-honaH58/cyCb9QAzIvD+WXWuNIZ0tW9zfBqMz5wZld/rXB+LCTEDb2B3TAv8+pDmlzPlkPio95RkUe86l6MNjg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/ElectronSharp.Host/package.json b/ElectronSharp.Host/package.json index cd8f5dc..d093c1c 100644 --- a/ElectronSharp.Host/package.json +++ b/ElectronSharp.Host/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "^7.8.0", "dotenv": "^16.4.5", - "electron": "36.2.0", + "electron": "36.8.1", "eslint": "^8.57.0", "typescript": "^5.4.5" }