Skip to content

Commit 2a3d402

Browse files
Bump electron from 37.4.0 to 38.1.0 (#8025)
* Bump electron from 37.4.0 to 38.1.0 Bumps [electron](https://github.com/electron/electron) from 37.4.0 to 38.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v37.4.0...v38.1.0) --- updated-dependencies: - dependency-name: electron dependency-version: 38.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Change macOS supported version from 11 to 12 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
1 parent 8406759 commit 2a3d402

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FreeTube is an open source desktop YouTube player built with privacy in mind.
66
Use YouTube without advertisements and prevent Google from tracking you with their cookies and JavaScript.
7-
Available for Windows (10 and later), Mac (macOS 11 and later) & Linux thanks to Electron.
7+
Available for Windows (10 and later), Mac (macOS 12 and later) & Linux thanks to Electron.
88

99
<p align="center"><a href="https://github.com/FreeTubeApp/FreeTube/releases">Download FreeTube</a></p>
1010
<p align="center">
@@ -96,7 +96,7 @@ RedirectTube, doesn’t automatically open YouTube links in FreeTube. Instead, i
9696
### Official Downloads
9797

9898
> [!CAUTION]
99-
> FreeTube is only supported on Windows 10 and later, macOS 11 and above, and various Linux distributions. Installing it on unsupported systems may result in unexpected issues.
99+
> FreeTube is only supported on Windows 10 and later, macOS 12 and above, and various Linux distributions. Installing it on unsupported systems may result in unexpected issues.
100100
101101
* [GitHub Releases](https://github.com/FreeTubeApp/FreeTube/releases)
102102

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"copy-webpack-plugin": "^13.0.1",
8686
"css-loader": "^7.1.2",
8787
"css-minimizer-webpack-plugin": "^7.0.2",
88-
"electron": "^37.4.0",
88+
"electron": "^38.1.0",
8989
"electron-builder": "^26.0.20",
9090
"eslint": "^9.35.0",
9191
"eslint-plugin-jsdoc": "^57.0.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,10 +3682,10 @@ electron-to-chromium@^1.5.173:
36823682
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.179.tgz#453d53f360014a2604d40ccd41c4ea0a6e31b99a"
36833683
integrity sha512-UWKi/EbBopgfFsc5k61wFpV7WrnnSlSzW/e2XcBmS6qKYTivZlLtoll5/rdqRTxGglGHkmkW0j0pFNJG10EUIQ==
36843684

3685-
electron@^37.4.0:
3686-
version "37.4.0"
3687-
resolved "https://registry.yarnpkg.com/electron/-/electron-37.4.0.tgz#08b2eff9d6250fac7b298f17f93946ecd586f38e"
3688-
integrity sha512-HhsSdWowE5ODOeWNc/323Ug2C52mq/TqNBG+4uMeOA3G2dMXNc/nfyi0RYu1rJEgiaJLEjtHveeZZaYRYFsFCQ==
3685+
electron@^38.1.0:
3686+
version "38.1.0"
3687+
resolved "https://registry.yarnpkg.com/electron/-/electron-38.1.0.tgz#caebed7f3d7b1d43a9d01811db1f62744a753aa4"
3688+
integrity sha512-ypA8GF8RU4HD5pA1sa0/2U8k+92EPP2c7pX+3XbgB760F7OmqrFXtYkOilVw6HfV4+lk88XxqigmsUKTACQYoQ==
36893689
dependencies:
36903690
"@electron/get" "^2.0.0"
36913691
"@types/node" "^22.7.7"

0 commit comments

Comments
 (0)