Skip to content

Commit c93735b

Browse files
chore(deps-dev): bump electron from 40.2.1 to 40.4.0 in /app (#125)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Aavash Shrestha <aavshr@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aavash Shrestha <aavshr@gmail.com>
1 parent af4b1ff commit c93735b

File tree

6 files changed

+13
-38
lines changed

6 files changed

+13
-38
lines changed

.github/workflows/build_on_pr_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Node.js
5252
uses: actions/setup-node@v4
5353
with:
54-
node-version: 24.13.0
54+
node-version: 24.13.1
5555

5656
- name: Set up Rust
5757
uses: actions-rs/toolchain@v1

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 24.13.0
39+
node-version: 24.13.1
4040

4141
- run: npm install semver
4242

@@ -89,7 +89,7 @@ jobs:
8989
- name: Set up Node.js
9090
uses: actions/setup-node@v4
9191
with:
92-
node-version: 24.13.0
92+
node-version: 24.13.1
9393

9494
- name: Set up Rust
9595
uses: actions-rs/toolchain@v1

.github/workflows/pull_request_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 24.13.0
32+
node-version: 24.13.1
3333

3434
- name: Cache node_modules
3535
uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Node.js
8080
uses: actions/setup-node@v4
8181
with:
82-
node-version: 24.13.0
82+
node-version: 24.13.1
8383

8484
- name: Set up Rust
8585
uses: actions-rs/toolchain@v1

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"autoprefixer": "^10.4.19",
6363
"bits-ui": "^2.9.3",
6464
"debug": "^4.4.3",
65-
"electron": "40.4.0",
65+
"electron": "40.6.0",
6666
"electron-builder": "^24.13.3",
6767
"electron-context-menu": "^3.6.1",
6868
"electron-vite": "^4.0.0",

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4346,10 +4346,10 @@ electron-vite@^4.0.0:
43464346
magic-string "^0.30.17"
43474347
picocolors "^1.1.1"
43484348

4349-
electron@40.4.0:
4350-
version "40.4.0"
4351-
resolved "https://registry.yarnpkg.com/electron/-/electron-40.4.0.tgz#e2e73d837df141216dcd91fb6c3f754e771387c2"
4352-
integrity sha512-31l4V7Ys4oUuXyaN/cCNnyBdDXN9RwOVOG+JhiHCf4zx5tZkHd43PKGY6KLEWpeYCxaphsuGSEjagJLfPqKj8g==
4349+
electron@40.6.0:
4350+
version "40.6.0"
4351+
resolved "https://registry.yarnpkg.com/electron/-/electron-40.6.0.tgz#2b6ce2778bc97948304aa2361e59b457ae56cca6"
4352+
integrity sha512-ett8W+yOFGDuM0vhJMamYSkrbV3LoaffzJd9GfjI96zRAxyrNqUSKqBpf/WGbQCweDxX2pkUCUfrv4wwKpsFZA==
43534353
dependencies:
43544354
"@electron/get" "^2.0.0"
43554355
"@types/node" "^24.9.0"
@@ -9627,16 +9627,7 @@ string-argv@~0.3.1:
96279627
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
96289628
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
96299629

9630-
"string-width-cjs@npm:string-width@^4.2.0":
9631-
version "4.2.3"
9632-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
9633-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9634-
dependencies:
9635-
emoji-regex "^8.0.0"
9636-
is-fullwidth-code-point "^3.0.0"
9637-
strip-ansi "^6.0.1"
9638-
9639-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9630+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
96409631
version "4.2.3"
96419632
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
96429633
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9739,14 +9730,7 @@ stringify-entities@^4.0.0:
97399730
character-entities-html4 "^2.0.0"
97409731
character-entities-legacy "^3.0.0"
97419732

9742-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9743-
version "6.0.1"
9744-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
9745-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9746-
dependencies:
9747-
ansi-regex "^5.0.1"
9748-
9749-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9733+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
97509734
version "6.0.1"
97519735
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
97529736
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10990,16 +10974,7 @@ word-wrap@^1.2.5:
1099010974
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
1099110975
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1099210976

10993-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10994-
version "7.0.0"
10995-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10996-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10997-
dependencies:
10998-
ansi-styles "^4.0.0"
10999-
string-width "^4.1.0"
11000-
strip-ansi "^6.0.0"
11001-
11002-
wrap-ansi@^7.0.0:
10977+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1100310978
version "7.0.0"
1100410979
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1100510980
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)