Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 7317c2a

Browse files
chore(deps-dev): bump electron from 31.2.0 to 31.2.1
Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.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.2.0...v31.2.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2801dc commit 7317c2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/eslint-plugin": "^7.16.0",
6262
"@typescript-eslint/parser": "^7.16.0",
6363
"autoprefixer": "^10.4.19",
64-
"electron": "^31.2.0",
64+
"electron": "^31.2.1",
6565
"electron-builder": "^24.13.3",
6666
"eslint": "^8.57.0",
6767
"eslint-config-prettier": "^9.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2730,10 +2730,10 @@ electron-updater@^6.2.1:
27302730
semver "^7.3.8"
27312731
tiny-typed-emitter "^2.1.0"
27322732

2733-
electron@^31.2.0:
2734-
version "31.2.0"
2735-
resolved "https://registry.yarnpkg.com/electron/-/electron-31.2.0.tgz#f6dc4c42f9118fd0f57b3c04676503df2bf16ece"
2736-
integrity sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==
2733+
electron@^31.2.1:
2734+
version "31.2.1"
2735+
resolved "https://registry.yarnpkg.com/electron/-/electron-31.2.1.tgz#cfd7de576520d5c02d7c1f979bac85ad6b26d78d"
2736+
integrity sha512-g3CLKjl4yuXt6VWm/KpgEjYYhFiCl19RgUn8lOC8zV/56ZXAS3+mqV4wWzicE/7vSYXs6GRO7vkYRwrwhX3Gaw==
27372737
dependencies:
27382738
"@electron/get" "^2.0.0"
27392739
"@types/node" "^20.9.0"

0 commit comments

Comments
 (0)