Skip to content

Commit ce082ee

Browse files
authored
Update Chrome to 119.0.6045.105 (#2354)
1 parent a030a37 commit ce082ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/BrowserData/Chrome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class Chrome
1313
/// <summary>
1414
/// Default chrome build.
1515
/// </summary>
16-
public static string DefaultBuildId => "118.0.5993.70";
16+
public static string DefaultBuildId => "119.0.6045.105";
1717

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

0 commit comments

Comments
 (0)