Skip to content

Commit fefde76

Browse files
committed
Merge remote-tracking branch 'origin/master' into implement-upstream-change-14818
2 parents 676053b + 4c17dc4 commit fefde76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/PuppeteerSharp/BrowserData/Chrome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Chrome
1414
/// <summary>
1515
/// Default chrome build.
1616
/// </summary>
17-
public static string DefaultBuildId => "146.0.7680.153";
17+
public static string DefaultBuildId => "147.0.7727.24";
1818

1919
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
2020
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;

lib/PuppeteerSharp/BrowserData/Firefox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class Firefox
1717
/// <summary>
1818
/// Default firefox build.
1919
/// </summary>
20-
public const string DefaultBuildId = "nightly_150.0a1";
20+
public const string DefaultBuildId = "stable_150.0";
2121

2222
private static readonly Dictionary<string, string> _cachedBuildIds = [];
2323

0 commit comments

Comments
 (0)