Skip to content

Commit

Permalink
chore(deps-dev): bump electron from 31.6.0 to 33.0.1
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 31.6.0 to 33.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v31.6.0...v33.0.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 13e3607 commit 8ad6e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"docsify": "^4.13.1",
"electron": "^31.6.0",
"electron": "^33.0.1",
"electron-builder": "^25.1.8",
"eslint": "^9.4.0",
"eslint-plugin-jsonc": "^2.16.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1334,10 +1334,10 @@ electron-reloader@^1.2.3:
electron-is-dev "^1.2.0"
find-up "^5.0.0"

electron@^31.6.0:
version "31.6.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.6.0.tgz#625809a2dfad1dbabcc04552b35f313fc238fd69"
integrity sha512-J64VtIF8DI/zsGgoYd3p5LbxAWjt59tk2cBSHJNzVhzgiVgDyPFkBwsqmN4gUvyv+6l6+WoYpYmYdapr2o4bPw==
electron@^33.0.1:
version "33.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-33.0.1.tgz#6e990077eb27d0d3dc9a0c424271a2f10c202263"
integrity sha512-PipPnWH4gvf7o+P8jlKQZGgPfb5eHcLgTrnKkFzb98MXhyPjVJYCR7YWqcawZ8IfyJCut8vMxLuBFLT1Ag8TSQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 8ad6e1b

Please sign in to comment.