replit / desktop

Replit Desktop App
116 stars 7 forks source link

Upgrade Electron to 26.3.0 #134

Closed sergeichestakov closed 1 year ago

sergeichestakov commented 1 year ago

Why

A high sev dependabot alert just got opened that affects our version of Electron (26.2.1): https://github.com/advisories/GHSA-qqvq-6xgj-jw8g

Updating to the latest version (26.3.0) will fix this.

What changed

Upgrade Electron to 26.3.0. See release notes (including the release with the fix).

Test plan

App starts/works as expected. Dep alert is resolved.

sergeichestakov commented 1 year ago

sweet, thanks for double checking!