Skip to content

Commit

Permalink
chore(deps-dev): bump electron from 30.0.8 to 30.0.9 (podman-desktop#…
Browse files Browse the repository at this point in the history
…7371)

Bumps [electron](https://github.com/electron/electron) from 30.0.8 to 30.0.9.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v30.0.8...v30.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 26dc4a8 commit 65fa943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"@vitest/coverage-v8": "^1.6.0",
"cross-env": "7.0.3",
"dts-for-context-bridge": "0.7.1",
"electron": "30.0.8",
"electron": "30.0.9",
"electron-builder": "23.6.0",
"electron-builder-notarize": "^1.5.2",
"electron-devtools-installer": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@playwright/test": "1.44.1",
"@types/node": "^20",
"electron": "30.0.8",
"electron": "30.0.9",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8169,10 +8169,10 @@ electron-util@^0.18.1:
electron-is-dev "^3.0.1"
new-github-issue-url "^1.0.0"

[email protected].8:
version "30.0.8"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.8.tgz#aa54bab26ce706c9e1b244d79047a451733eb4b0"
integrity sha512-ivzXJJ/9gdb4oOw+5SDuaZpSInz8C+Z021dKZfFLMltKbDa4sSqt5cRBiUg7J36Z2kdus+Jai0bdHWutYE9wAA==
[email protected].9:
version "30.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-30.0.9.tgz#b11400e4642a4b635e79244ba365f1d401ee60b5"
integrity sha512-ArxgdGHVu3o5uaP+Tqj8cJDvU03R6vrGrOqiMs7JXLnvQHMqXJIIxmFKQAIdJW8VoT3ac3hD21tA7cPO10RLow==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 65fa943

Please sign in to comment.