From f6346f6107528c363b20962d6bf8db2128cbac9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:25:51 +0800 Subject: [PATCH] chore(deps): update dependency electron to v28 (#1837) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a19b6515..18e980d5 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "bun-types": "^1.0.13", "c8": "^8.0.1", "cross-env": "^7.0.3", - "electron": "^27.1.0", + "electron": "^28.0.0", "esbuild": "^0.19.5", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index 43bf204f..f3bfdbfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3549,6 +3549,19 @@ __metadata: languageName: node linkType: hard +"electron@npm:^28.0.0": + version: 28.0.0 + resolution: "electron@npm:28.0.0" + dependencies: + "@electron/get": "npm:^2.0.0" + "@types/node": "npm:^18.11.18" + extract-zip: "npm:^2.0.1" + bin: + electron: cli.js + checksum: 1923aa04c83dc8a0ee0d086928684e1bd822f9e4cfc0cf457077b4a319f3adbbf796a002396bf2961cfc55c7889727d4e6719ec7c91c4e36c4301b83d6011e66 + languageName: node + linkType: hard + "emittery@npm:^1.0.1": version: 1.0.1 resolution: "emittery@npm:1.0.1" @@ -6809,7 +6822,7 @@ __metadata: bun-types: "npm:^1.0.13" c8: "npm:^8.0.1" cross-env: "npm:^7.0.3" - electron: "npm:^27.1.0" + electron: "npm:^28.0.0" esbuild: "npm:^0.19.5" eslint: "npm:^8.54.0" eslint-config-prettier: "npm:^9.0.0"