Skip to content

Commit 8224fc7

Browse files
chore(deps-dev): bump electron from 23.2.0 to 24.0.0 (#42)
Bumps [electron](https://github.com/electron/electron) from 23.2.0 to 24.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v23.2.0...v24.0.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc63761 commit 8224fc7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@vue/cli-test-utils": "^5.0.5",
7272
"@vue/eslint-config-typescript": "^11.0.2",
7373
"@vuepress/plugin-google-analytics": "^1.8.0",
74-
"electron": "^23.0.0",
74+
"electron": "^24.0.0",
7575
"electron-devtools-installer": "^3.1.0",
7676
"electron-playwright-helpers": "^1.2.0",
7777
"eslint": "^7.2.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2146,10 +2146,10 @@
21462146
"@types/node" "*"
21472147
form-data "^3.0.0"
21482148

2149-
"@types/node@*", "@types/node@^16.11.26":
2150-
version "16.18.18"
2151-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.18.tgz#06cb0eeb5a0175d26d99b7acf4db613ca30cb07f"
2152-
integrity sha512-fwGw1uvQAzabxL1pyoknPlJIF2t7+K90uTqynleKRx24n3lYcxWa3+KByLhgkF8GEAK2c7hC8Ki0RkNM5H15jQ==
2149+
"@types/node@*", "@types/node@^18.11.18":
2150+
version "18.15.11"
2151+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
2152+
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
21532153

21542154
"@types/node@^10.1.0":
21552155
version "10.17.55"
@@ -6404,13 +6404,13 @@ electron-to-chromium@^1.4.284:
64046404
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.335.tgz#69c08baa608bbb58e290d83320190fa82c835efe"
64056405
integrity sha512-l/eowQqTnrq3gu+WSrdfkhfNHnPgYqlKAwxz7MTOj6mom19vpEDHNXl6dxDxyTiYuhemydprKr/HCrHfgk+OfQ==
64066406

6407-
electron@^23.0.0:
6408-
version "23.2.0"
6409-
resolved "https://registry.yarnpkg.com/electron/-/electron-23.2.0.tgz#1c60fec08206e24830f3a8dca2772454c8bc25ba"
6410-
integrity sha512-De9e21cri0QYct/w6tTNOnKyCt9RVKUw5F8PEN4FPzGR9tr6IT53uyt42uH754uJWrZeLMCAdoXy6/0GmMmYZA==
6407+
electron@^24.0.0:
6408+
version "24.0.0"
6409+
resolved "https://registry.yarnpkg.com/electron/-/electron-24.0.0.tgz#d50f92d1b21176ebf732c57d2b0902739913ad6e"
6410+
integrity sha512-QmL8L53fQ+xOAp8m2mSGNewhDvJqQttCxrcesf0cqndKQDsIq4QvR35wGJqHg7MyPQKcBErLhZj9QvRheO5qnA==
64116411
dependencies:
64126412
"@electron/get" "^2.0.0"
6413-
"@types/node" "^16.11.26"
6413+
"@types/node" "^18.11.18"
64146414
extract-zip "^2.0.1"
64156415

64166416
elliptic@^6.5.3:

0 commit comments

Comments
 (0)