From 2d7d586be74b8a1de381a19871e35010c65085f8 Mon Sep 17 00:00:00 2001 From: jung-geun Date: Wed, 13 May 2026 11:22:40 +0900 Subject: [PATCH] =?UTF-8?q?chore(deps):=20electron=2035=20=E2=86=92=2039?= =?UTF-8?q?=20=EC=97=85=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C=20=E2=80=94=20?= =?UTF-8?q?Dependabot=20=EB=B3=B4=EC=95=88=20=EC=B7=A8=EC=95=BD=EC=A0=90?= =?UTF-8?q?=2017=EA=B0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use-after-free, AppleScript injection, IPC spoofing 등 high/medium/low Electron 취약점을 모두 39.8.x 패치 버전으로 해결한다. Co-Authored-By: Claude Opus 4.7 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5a045d..5ddb0d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "@vitejs/plugin-react": "^4.3.4", - "electron": "^35.1.5", + "electron": "^39.8.5", "electron-builder": "^26.0.12", "electron-vite": "^2.3.0", "eslint": "^8.57.0", @@ -3850,9 +3850,9 @@ } }, "node_modules/electron": { - "version": "35.7.5", - "resolved": "https://registry.npmjs.org/electron/-/electron-35.7.5.tgz", - "integrity": "sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==", + "version": "39.8.10", + "resolved": "https://registry.npmjs.org/electron/-/electron-39.8.10.tgz", + "integrity": "sha512-zbYtGPYUI7PzqLAzkk21Rk6j67WN0hxn0Mq/njErZo1d0HSf33is4f8ICI5fMLy5vYe0JtCtM5sYunNOaochSQ==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index a7556ca..0b9983d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "@vitejs/plugin-react": "^4.3.4", - "electron": "^35.1.5", + "electron": "^39.8.5", "electron-builder": "^26.0.12", "electron-vite": "^2.3.0", "eslint": "^8.57.0",