Skip to content

Commit

Permalink
Merge pull request #1289 from trilitech/dependabot/npm_and_yarn/elect…
Browse files Browse the repository at this point in the history
…ron-30.0.8
  • Loading branch information
dependabot[bot] authored May 24, 2024
2 parents 057871c + 8f7a4ca commit 774354b
Show file tree
Hide file tree
Showing 2 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 @@ -92,7 +92,7 @@
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"electron": "^30.0.6",
"electron": "^30.0.8",
"electron-builder": "^24.13.3",
"electronmon": "^2.0.3",
"eslint": "^8.57.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9224,16 +9224,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^30.0.6":
version: 30.0.6
resolution: "electron@npm:30.0.6"
"electron@npm:^30.0.8":
version: 30.0.8
resolution: "electron@npm:30.0.8"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 10/3e48725701c348d6152cbed53266bb349b93687ba241a051235af6425e509413d1430a3b50e9be9dd153996eee2c2e9ab529cc16f58b28589db679effb69a2f8
checksum: 10/bf78d049572a5bc6580cafa09233ee6ab8648e3c071d88779269a01847dddc3c592f70d290e004b921621267e12172d996d7eabd7a864c1a4f0d9c5b80319a96
languageName: node
linkType: hard

Expand Down Expand Up @@ -17041,7 +17041,7 @@ __metadata:
concurrently: "npm:^8.2.2"
cross-env: "npm:^7.0.3"
date-fns: "npm:^3.6.0"
electron: "npm:^30.0.6"
electron: "npm:^30.0.8"
electron-builder: "npm:^24.13.3"
electron-updater: "npm:^6.2.1"
electronmon: "npm:^2.0.3"
Expand Down

1 comment on commit 774354b

@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 89.72% 3630/4046
🟢 Branches 81.95% 1262/1540
🟢 Functions 88% 1107/1258
🟢 Lines 89.65% 3431/3827

Test suite run success

1401 tests passing in 182 suites.

Report generated by 🧪jest coverage report action from 774354b

Please sign in to comment.