diff --git a/package-lock.json b/package-lock.json index 88f3690..c8619f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", - "electron": "^36.2.0", + "electron": "^36.2.1", "eslint": "^9.26.0", "typescript": "^5.8.3" } @@ -1124,9 +1124,9 @@ "license": "MIT" }, "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.2.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-36.2.1.tgz", + "integrity": "sha512-mm1Y+Ms46xcOTA69h8hpqfX392HfV4lga9aEkYkd/Syx1JBStvcACOIouCgGrnZpxNZPVS1jM8NTcMkNjuK6BQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 5a5da59..2e307aa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", - "electron": "^36.2.0", + "electron": "^36.2.1", "eslint": "^9.26.0", "typescript": "^5.8.3" },