Skip to content

Commit

Permalink
Merge pull request #891 from trilitech/dependabot/npm_and_yarn/electr…
Browse files Browse the repository at this point in the history
…on-builder-24.13.2

Bump electron-builder from 24.13.1 to 24.13.2
  • Loading branch information
serjonya-trili authored Feb 25, 2024
2 parents 78eb195 + a4e2257 commit fa3b749
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"electron": "^29.0.1",
"electron-builder": "^24.13.1",
"electron-builder": "^24.13.2",
"electronmon": "^2.0.2",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7614,9 +7614,9 @@ __metadata:
languageName: node
linkType: hard

"app-builder-lib@npm:24.13.1":
version: 24.13.1
resolution: "app-builder-lib@npm:24.13.1"
"app-builder-lib@npm:24.13.2":
version: 24.13.2
resolution: "app-builder-lib@npm:24.13.2"
dependencies:
"@develar/schema-utils": "npm:~2.6.5"
"@electron/notarize": "npm:2.2.1"
Expand Down Expand Up @@ -7646,9 +7646,9 @@ __metadata:
tar: "npm:^6.1.12"
temp-file: "npm:^3.4.0"
peerDependencies:
dmg-builder: 24.13.1
electron-builder-squirrel-windows: 24.13.1
checksum: 10/9a2a08497a89e4b0f180da3ed83b91b2c7880a9f687631efe5dae848080a4516fb4982e40dbd26746ed66a2b05996428f82d65ee94074b13eeea369e86e18a3c
dmg-builder: 24.13.2
electron-builder-squirrel-windows: 24.13.2
checksum: 10/66fc90c25f8698c6f99a998367320daf63bbb229934b05ba5c19e615f1c9472be06a085531c8bc68e5a3548050541424123c1c948b9e4dce55ee9d8cc29ce006
languageName: node
linkType: hard

Expand Down Expand Up @@ -9996,11 +9996,11 @@ __metadata:
languageName: node
linkType: hard

"dmg-builder@npm:24.13.1":
version: 24.13.1
resolution: "dmg-builder@npm:24.13.1"
"dmg-builder@npm:24.13.2":
version: 24.13.2
resolution: "dmg-builder@npm:24.13.2"
dependencies:
app-builder-lib: "npm:24.13.1"
app-builder-lib: "npm:24.13.2"
builder-util: "npm:24.13.1"
builder-util-runtime: "npm:9.2.4"
dmg-license: "npm:^1.0.11"
Expand All @@ -10010,7 +10010,7 @@ __metadata:
dependenciesMeta:
dmg-license:
optional: true
checksum: 10/2ed7cd080e0c7c60ea1923e40e779366896f81eb53d1fe9d511bab12304d4adb385783871f84cebb8c3efb38848c0e2c4281cbbe7e4e81a39b8d6ce99d75acd3
checksum: 10/566caf557785fde1b0cdc44e3c633c3bf96a63e9116d922dd48dec508bbf3183a2e312b035241efd85782e601988d9591382e5305a236ae5ffbbbdeba3966294
languageName: node
linkType: hard

Expand Down Expand Up @@ -10237,15 +10237,15 @@ __metadata:
languageName: node
linkType: hard

"electron-builder@npm:^24.13.1":
version: 24.13.1
resolution: "electron-builder@npm:24.13.1"
"electron-builder@npm:^24.13.2":
version: 24.13.2
resolution: "electron-builder@npm:24.13.2"
dependencies:
app-builder-lib: "npm:24.13.1"
app-builder-lib: "npm:24.13.2"
builder-util: "npm:24.13.1"
builder-util-runtime: "npm:9.2.4"
chalk: "npm:^4.1.2"
dmg-builder: "npm:24.13.1"
dmg-builder: "npm:24.13.2"
fs-extra: "npm:^10.1.0"
is-ci: "npm:^3.0.0"
lazy-val: "npm:^1.0.5"
Expand All @@ -10255,7 +10255,7 @@ __metadata:
bin:
electron-builder: cli.js
install-app-deps: install-app-deps.js
checksum: 10/d51586c5a4919b1212c07ef1da7df17dd84661ee6a5f208fb4438b0af23ad3b30e168fb0e7683b95ac809a80a36610623e0ee437a7e433d811b1fb9ec1d9002c
checksum: 10/737dfd44f6bcded9876e7b1b6228e3bf15c774085799cc0ebf0b208e69f798bac406395407029e937d92dd56650731322ea0592ef423dbe86d8ae538b2d874d1
languageName: node
linkType: hard

Expand Down Expand Up @@ -19748,7 +19748,7 @@ __metadata:
dotenv: "npm:^16.4.5"
dotenv-expand: "npm:^11.0.6"
electron: "npm:^29.0.1"
electron-builder: "npm:^24.13.1"
electron-builder: "npm:^24.13.2"
electron-updater: "npm:^6.1.9"
electronmon: "npm:^2.0.2"
eslint: "npm:^8.56.0"
Expand Down

1 comment on commit fa3b749

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 82.05% 2875/3504
🟡 Branches 75.17% 969/1289
🟢 Functions 81.03% 884/1091
🟢 Lines 81.7% 2728/3339

Test suite run success

1155 tests passing in 160 suites.

Report generated by 🧪jest coverage report action from fa3b749

Please sign in to comment.